Html Css Color HEX #D7CF0F Bird Flower

📋 copy color: '#D7CF0F'

red 215 ◦ green 207 ◦ blue 15

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

Shades of Bird Flower #D7CF0F

Tints of Bird Flower #D7CF0F

RGB

 RED value IS 215 (84.38% from 255) = 49.2%

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

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

R = 49.2%
G = 47.37%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7CF0F (or 0xD7CF0F) is known color: Bird Flower. HEX triplet: D7, CF and 0F. RGB value is (215,207,15). Sum of RGB (Red+Green+Blue) = 215+207+15=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CF0F is #2830F0. Grayscale: #BCBCBC. Windows color (decimal): -2633969 or 1036247. OLE color: 1036247.

HSL color Cylindrical-coordinate representation of color #D7CF0F: hue angle of 57.6º 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 #D7CF0F is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 207 15 -
CMYK 0 0.04 0.93 0.16
HSL 57.6º 0.87% 0.45% -
HSV(B) 57.6º 0.93% 0.84% -
XYZ 50.42 59.11 9.2 -
YUV 187.5 30.65 147.61 -
System Red Green Blue C M Y K H S L
Decimal 215 207 15 0 0.04 0.93 0.16 57.6 0.87 0.45
Hex D7 CF F 0 4 5D 10 3A 57 2D
Octal 327 317 17 0 4 135 20 72 127 55
Binary 11010111 11001111 1111 0 100 1011101 10000 111010 1010111 101101

Color Harmonies of #D7CF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CF0F

Black with #D7CF0F

Text Example


Text Example

White with #D7CF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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