Html Css Color HEX #D9C70C Bird Flower

📋 copy color: '#D9C70C'

red 217 ◦ green 199 ◦ blue 12

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

Shades of Bird Flower #D9C70C

Tints of Bird Flower #D9C70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 50.7%
G = 46.5%
B = 2.8%

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

#D9C70C (or 0xD9C70C) is known color: Bird Flower. HEX triplet: D9, C7 and 0C. RGB value is (217,199,12). Sum of RGB (Red+Green+Blue) = 217+199+12=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C70C is #2638F3. Grayscale: #B7B7B7. Windows color (decimal): -2504948 or 837593. OLE color: 837593.

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

Color convert

RGB 217 199 12 -
CMYK 0 0.08 0.94 0.15
HSL 54.73º 0.9% 0.45% -
HSV(B) 54.73º 0.94% 0.85% -
XYZ 49.11 55.63 8.5 -
YUV 183.06 31.46 152.21 -
System Red Green Blue C M Y K H S L
Decimal 217 199 12 0 0.08 0.94 0.15 54.73 0.9 0.45
Hex D9 C7 C 0 8 5E F 37 5A 2D
Octal 331 307 14 0 10 136 17 67 132 55
Binary 11011001 11000111 1100 0 1000 1011110 1111 110111 1011010 101101

Color Harmonies of #D9C70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C70C

Black with #D9C70C

Text Example


Text Example

White with #D9C70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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