Html Css Color HEX #D7CF0E Bird Flower

📋 copy color: '#D7CF0E'

red 215 ◦ green 207 ◦ blue 14

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

Shades of Bird Flower #D7CF0E

Tints of Bird Flower #D7CF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.21%

R = 49.31%
G = 47.48%
B = 3.21%

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

#D7CF0E (or 0xD7CF0E) is known color: Bird Flower. HEX triplet: D7, CF and 0E. RGB value is (215,207,14). Sum of RGB (Red+Green+Blue) = 215+207+14=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CF0E is #2830F1. Grayscale: #BCBCBC. Windows color (decimal): -2633970 or 970711. OLE color: 970711.

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

Color convert

RGB 215 207 14 -
CMYK 0 0.04 0.93 0.16
HSL 57.61º 0.88% 0.45% -
HSV(B) 57.61º 0.93% 0.84% -
XYZ 50.42 59.1 9.17 -
YUV 187.39 30.15 147.69 -
System Red Green Blue C M Y K H S L
Decimal 215 207 14 0 0.04 0.93 0.16 57.61 0.88 0.45
Hex D7 CF E 0 4 5D 10 3A 58 2D
Octal 327 317 16 0 4 135 20 72 130 55
Binary 11010111 11001111 1110 0 100 1011101 10000 111010 1011000 101101

Color Harmonies of #D7CF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CF0E

Black with #D7CF0E

Text Example


Text Example

White with #D7CF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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