Html Css Color HEX #D1CC0C Bird Flower

📋 copy color: '#D1CC0C'

red 209 ◦ green 204 ◦ blue 12

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

Shades of Bird Flower #D1CC0C

Tints of Bird Flower #D1CC0C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48%

 BLUE value IS 12 (5.08% from 255) = 2.82%

R = 49.18%
G = 48%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1CC0C (or 0xD1CC0C) is known color: Bird Flower. HEX triplet: D1, CC and 0C. RGB value is (209,204,12). Sum of RGB (Red+Green+Blue) = 209+204+12=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CC0C is #2E33F3. Grayscale: #B8B8B8. Windows color (decimal): -3027956 or 838865. OLE color: 838865.

HSL color Cylindrical-coordinate representation of color #D1CC0C: hue angle of 58.48º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1CC0C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 204 12 -
CMYK 0 0.02 0.94 0.18
HSL 58.48º 0.89% 0.43% -
HSV(B) 58.48º 0.94% 0.82% -
XYZ 47.95 56.77 8.78 -
YUV 183.61 31.16 146.11 -
System Red Green Blue C M Y K H S L
Decimal 209 204 12 0 0.02 0.94 0.18 58.48 0.89 0.43
Hex D1 CC C 0 2 5E 12 3A 59 2B
Octal 321 314 14 0 2 136 22 72 131 53
Binary 11010001 11001100 1100 0 10 1011110 10010 111010 1011001 101011

Color Harmonies of #D1CC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC0C

Black with #D1CC0C

Text Example


Text Example

White with #D1CC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC0C; }

 p { color: rgb(209,204,12); }

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

background-color css

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

 a { background-color: rgb(209,204,12); }

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

border-color css

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

 span { border-color: rgb(209,204,12); }

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