Html Css Color HEX #D1CE0C Bird Flower

📋 copy color: '#D1CE0C'

red 209 ◦ green 206 ◦ blue 12

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

Shades of Bird Flower #D1CE0C

Tints of Bird Flower #D1CE0C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.24%

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

R = 48.95%
G = 48.24%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1CE0C (or 0xD1CE0C) is known color: Bird Flower. HEX triplet: D1, CE and 0C. RGB value is (209,206,12). Sum of RGB (Red+Green+Blue) = 209+206+12=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CE0C is #2E31F3. Grayscale: #B9B9B9. Windows color (decimal): -3027444 or 839377. OLE color: 839377.

HSL color Cylindrical-coordinate representation of color #D1CE0C: hue angle of 59.09º 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 #D1CE0C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 206 12 -
CMYK 0 0.01 0.94 0.18
HSL 59.09º 0.89% 0.43% -
HSV(B) 59.09º 0.94% 0.82% -
XYZ 48.43 57.72 8.94 -
YUV 184.78 30.49 145.27 -
System Red Green Blue C M Y K H S L
Decimal 209 206 12 0 0.01 0.94 0.18 59.09 0.89 0.43
Hex D1 CE C 0 1 5E 12 3B 59 2B
Octal 321 316 14 0 1 136 22 73 131 53
Binary 11010001 11001110 1100 0 1 1011110 10010 111011 1011001 101011

Color Harmonies of #D1CE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CE0C

Black with #D1CE0C

Text Example


Text Example

White with #D1CE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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