Html Css Color HEX #D6CF0C Bird Flower

📋 copy color: '#D6CF0C'

red 214 ◦ green 207 ◦ blue 12

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

Shades of Bird Flower #D6CF0C

Tints of Bird Flower #D6CF0C

RGB

 RED value IS 214 (83.98% from 255) = 49.42%

 GREEN value IS 207 (81.25% from 255) = 47.81%

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

R = 49.42%
G = 47.81%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6CF0C (or 0xD6CF0C) is known color: Bird Flower. HEX triplet: D6, CF and 0C. RGB value is (214,207,12). Sum of RGB (Red+Green+Blue) = 214+207+12=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CF0C is #2930F3. Grayscale: #BBBBBB. Windows color (decimal): -2699508 or 839638. OLE color: 839638.

HSL color Cylindrical-coordinate representation of color #D6CF0C: hue angle of 57.92º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6CF0C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 207 12 -
CMYK 0 0.03 0.94 0.16
HSL 57.92º 0.89% 0.44% -
HSV(B) 57.92º 0.94% 0.84% -
XYZ 50.11 58.95 9.08 -
YUV 186.86 29.32 147.36 -
System Red Green Blue C M Y K H S L
Decimal 214 207 12 0 0.03 0.94 0.16 57.92 0.89 0.44
Hex D6 CF C 0 3 5E 10 3A 59 2C
Octal 326 317 14 0 3 136 20 72 131 54
Binary 11010110 11001111 1100 0 11 1011110 10000 111010 1011001 101100

Color Harmonies of #D6CF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF0C

Black with #D6CF0C

Text Example


Text Example

White with #D6CF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF0C; }

 p { color: rgb(214,207,12); }

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

background-color css

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

 a { background-color: rgb(214,207,12); }

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

border-color css

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

 span { border-color: rgb(214,207,12); }

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