Html Css Color HEX #D5CF0E Bird Flower

📋 copy color: '#D5CF0E'

red 213 ◦ green 207 ◦ blue 14

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

Shades of Bird Flower #D5CF0E

Tints of Bird Flower #D5CF0E

RGB

 RED value IS 213 (83.59% from 255) = 49.08%

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

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

R = 49.08%
G = 47.7%
B = 3.23%

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

#D5CF0E (or 0xD5CF0E) is known color: Bird Flower. HEX triplet: D5, CF and 0E. RGB value is (213,207,14). Sum of RGB (Red+Green+Blue) = 213+207+14=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CF0E is #2A30F1. Grayscale: #BBBBBB. Windows color (decimal): -2765042 or 970709. OLE color: 970709.

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

Color convert

RGB 213 207 14 -
CMYK 0 0.03 0.93 0.16
HSL 58.19º 0.88% 0.45% -
HSV(B) 58.19º 0.93% 0.84% -
XYZ 49.83 58.8 9.14 -
YUV 186.79 30.49 146.69 -
System Red Green Blue C M Y K H S L
Decimal 213 207 14 0 0.03 0.93 0.16 58.19 0.88 0.45
Hex D5 CF E 0 3 5D 10 3A 58 2D
Octal 325 317 16 0 3 135 20 72 130 55
Binary 11010101 11001111 1110 0 11 1011101 10000 111010 1011000 101101

Color Harmonies of #D5CF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF0E

Black with #D5CF0E

Text Example


Text Example

White with #D5CF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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