Html Css Color HEX #D9C70E Bird Flower

📋 copy color: '#D9C70E'

red 217 ◦ green 199 ◦ blue 14

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

Shades of Bird Flower #D9C70E

Tints of Bird Flower #D9C70E

RGB

 RED value IS 217 (85.16% from 255) = 50.47%

 GREEN value IS 199 (78.13% from 255) = 46.28%

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

R = 50.47%
G = 46.28%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9C70E (or 0xD9C70E) is known color: Bird Flower. HEX triplet: D9, C7 and 0E. RGB value is (217,199,14). Sum of RGB (Red+Green+Blue) = 217+199+14=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C70E is #2638F1. Grayscale: #B8B8B8. Windows color (decimal): -2504946 or 968665. OLE color: 968665.

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

Color convert

RGB 217 199 14 -
CMYK 0 0.08 0.94 0.15
HSL 54.68º 0.88% 0.45% -
HSV(B) 54.68º 0.94% 0.85% -
XYZ 49.12 55.63 8.56 -
YUV 183.29 32.46 152.04 -
System Red Green Blue C M Y K H S L
Decimal 217 199 14 0 0.08 0.94 0.15 54.68 0.88 0.45
Hex D9 C7 E 0 8 5E F 37 58 2D
Octal 331 307 16 0 10 136 17 67 130 55
Binary 11011001 11000111 1110 0 1000 1011110 1111 110111 1011000 101101

Color Harmonies of #D9C70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C70E

Black with #D9C70E

Text Example


Text Example

White with #D9C70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C70E; }

 p { color: rgb(217,199,14); }

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

background-color css

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

 a { background-color: rgb(217,199,14); }

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

border-color css

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

 span { border-color: rgb(217,199,14); }

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