Html Css Color HEX #D9C80F Bird Flower

📋 copy color: '#D9C80F'

red 217 ◦ green 200 ◦ blue 15

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

Shades of Bird Flower #D9C80F

Tints of Bird Flower #D9C80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.3%

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

R = 50.23%
G = 46.3%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9C80F (or 0xD9C80F) is known color: Bird Flower. HEX triplet: D9, C8 and 0F. RGB value is (217,200,15). Sum of RGB (Red+Green+Blue) = 217+200+15=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C80F is #2637F0. Grayscale: #B8B8B8. Windows color (decimal): -2504689 or 1034457. OLE color: 1034457.

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

Color convert

RGB 217 200 15 -
CMYK 0 0.08 0.93 0.15
HSL 54.95º 0.87% 0.45% -
HSV(B) 54.95º 0.93% 0.85% -
XYZ 49.36 56.09 8.68 -
YUV 183.99 32.63 151.54 -
System Red Green Blue C M Y K H S L
Decimal 217 200 15 0 0.08 0.93 0.15 54.95 0.87 0.45
Hex D9 C8 F 0 8 5D F 37 57 2D
Octal 331 310 17 0 10 135 17 67 127 55
Binary 11011001 11001000 1111 0 1000 1011101 1111 110111 1010111 101101

Color Harmonies of #D9C80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C80F

Black with #D9C80F

Text Example


Text Example

White with #D9C80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C80F; }

 p { color: rgb(217,200,15); }

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

background-color css

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

 a { background-color: rgb(217,200,15); }

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

border-color css

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

 span { border-color: rgb(217,200,15); }

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