Html Css Color HEX #D8CF0F Bird Flower

📋 copy color: '#D8CF0F'

red 216 ◦ green 207 ◦ blue 15

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

Shades of Bird Flower #D8CF0F

Tints of Bird Flower #D8CF0F

RGB

 RED value IS 216 (84.77% from 255) = 49.32%

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

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

R = 49.32%
G = 47.26%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8CF0F (or 0xD8CF0F) is known color: Bird Flower. HEX triplet: D8, CF and 0F. RGB value is (216,207,15). Sum of RGB (Red+Green+Blue) = 216+207+15=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 15 (6.25% from 255 or 3.42% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CF0F is #2730F0. Grayscale: #BCBCBC. Windows color (decimal): -2568433 or 1036248. OLE color: 1036248.

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

Color convert

RGB 216 207 15 -
CMYK 0 0.04 0.93 0.15
HSL 57.31º 0.87% 0.45% -
HSV(B) 57.31º 0.93% 0.85% -
XYZ 50.72 59.26 9.22 -
YUV 187.8 30.48 148.11 -
System Red Green Blue C M Y K H S L
Decimal 216 207 15 0 0.04 0.93 0.15 57.31 0.87 0.45
Hex D8 CF F 0 4 5D F 39 57 2D
Octal 330 317 17 0 4 135 17 71 127 55
Binary 11011000 11001111 1111 0 100 1011101 1111 111001 1010111 101101

Color Harmonies of #D8CF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF0F

Black with #D8CF0F

Text Example


Text Example

White with #D8CF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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