Html Css Color HEX #D1DC12 Barberry

📋 copy color: '#D1DC12'

red 209 ◦ green 220 ◦ blue 18

#D1DC12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #D1DC12

Tints of Barberry #D1DC12

RGB

 RED value IS 209 (82.03% from 255) = 46.76%

 GREEN value IS 220 (86.33% from 255) = 49.22%

 BLUE value IS 18 (7.42% from 255) = 4.03%

R = 46.76%
G = 49.22%
B = 4.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D1DC12 (or 0xD1DC12) is known color: Barberry. HEX triplet: D1, DC and 12. RGB value is (209,220,18). Sum of RGB (Red+Green+Blue) = 209+220+18=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1DC12 is #2E23ED. Grayscale: #C2C2C2. Windows color (decimal): -3023854 or 1236177. OLE color: 1236177.

HSL color Cylindrical-coordinate representation of color #D1DC12: hue angle of 63.27º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1DC12 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 220 18 -
CMYK 0.05 0 0.92 0.14
HSL 63.27º 0.85% 0.47% -
HSV(B) 63.27º 0.92% 0.86% -
XYZ 52 64.79 10.34 -
YUV 193.68 28.86 138.93 -
System Red Green Blue C M Y K H S L
Decimal 209 220 18 0.05 0 0.92 0.14 63.27 0.85 0.47
Hex D1 DC 12 5 0 5C E 3F 55 2F
Octal 321 334 22 5 0 134 16 77 125 57
Binary 11010001 11011100 10010 101 0 1011100 1110 111111 1010101 101111

Color Harmonies of #D1DC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DC12

Black with #D1DC12

Text Example


Text Example

White with #D1DC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DC12; }

 p { color: rgb(209,220,18); }

 H1.HeaderClassName
 {
   color: #D1DC12;
 }
 .AnyTagClassName
 {
   color: #D1DC12;
 }
</style>

background-color css

<style>
 a { background-color: #D1DC12; }

 a { background-color: rgb(209,220,18); }

 div.DivClassName
 {
   background-color: #D1DC12;
 }
 .BgClassName
 {
   background-color: #D1DC12;
 }
</style>

border-color css

<style>
 span { border-color: #D1DC12; }

 span { border-color: rgb(209,220,18); }

 td.TdClassName
 {
   border-color: #D1DC12;
 }
 .TagClassName
 {
   border-color: #D1DC12;
 }
</style>