Html Css Color HEX #D9C70D Bird Flower

📋 copy color: '#D9C70D'

red 217 ◦ green 199 ◦ blue 13

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

Shades of Bird Flower #D9C70D

Tints of Bird Flower #D9C70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.03%

R = 50.58%
G = 46.39%
B = 3.03%

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

#D9C70D (or 0xD9C70D) is known color: Bird Flower. HEX triplet: D9, C7 and 0D. RGB value is (217,199,13). Sum of RGB (Red+Green+Blue) = 217+199+13=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C70D is #2638F2. Grayscale: #B7B7B7. Windows color (decimal): -2504947 or 903129. OLE color: 903129.

HSL color Cylindrical-coordinate representation of color #D9C70D: hue angle of 54.71º degrees, saturation: 0.89, 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 #D9C70D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 199 13 -
CMYK 0 0.08 0.94 0.15
HSL 54.71º 0.89% 0.45% -
HSV(B) 54.71º 0.94% 0.85% -
XYZ 49.11 55.63 8.53 -
YUV 183.18 31.96 152.12 -
System Red Green Blue C M Y K H S L
Decimal 217 199 13 0 0.08 0.94 0.15 54.71 0.89 0.45
Hex D9 C7 D 0 8 5E F 37 59 2D
Octal 331 307 15 0 10 136 17 67 131 55
Binary 11011001 11000111 1101 0 1000 1011110 1111 110111 1011001 101101

Color Harmonies of #D9C70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C70D

Black with #D9C70D

Text Example


Text Example

White with #D9C70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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