Html Css Color HEX #D6CF0F Bird Flower

📋 copy color: '#D6CF0F'

red 214 ◦ green 207 ◦ blue 15

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

Shades of Bird Flower #D6CF0F

Tints of Bird Flower #D6CF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.44%

R = 49.08%
G = 47.48%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6CF0F (or 0xD6CF0F) is known color: Bird Flower. HEX triplet: D6, CF and 0F. RGB value is (214,207,15). Sum of RGB (Red+Green+Blue) = 214+207+15=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CF0F is #2930F0. Grayscale: #BBBBBB. Windows color (decimal): -2699505 or 1036246. OLE color: 1036246.

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

Color convert

RGB 214 207 15 -
CMYK 0 0.03 0.93 0.16
HSL 57.89º 0.87% 0.45% -
HSV(B) 57.89º 0.93% 0.84% -
XYZ 50.13 58.96 9.19 -
YUV 187.21 30.82 147.11 -
System Red Green Blue C M Y K H S L
Decimal 214 207 15 0 0.03 0.93 0.16 57.89 0.87 0.45
Hex D6 CF F 0 3 5D 10 3A 57 2D
Octal 326 317 17 0 3 135 20 72 127 55
Binary 11010110 11001111 1111 0 11 1011101 10000 111010 1010111 101101

Color Harmonies of #D6CF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF0F

Black with #D6CF0F

Text Example


Text Example

White with #D6CF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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