Html Css Color HEX #D5C709 Bird Flower

📋 copy color: '#D5C709'

red 213 ◦ green 199 ◦ blue 9

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

Shades of Bird Flower #D5C709

Tints of Bird Flower #D5C709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.14%

R = 50.59%
G = 47.27%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D5C709 (or 0xD5C709) is known color: Bird Flower. HEX triplet: D5, C7 and 09. RGB value is (213,199,9). Sum of RGB (Red+Green+Blue) = 213+199+9=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 9 (3.91% from 255 or 2.14% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C709 is #2A38F6. Grayscale: #B6B6B6. Windows color (decimal): -2767095 or 640981. OLE color: 640981.

HSL color Cylindrical-coordinate representation of color #D5C709: hue angle of 55.88º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5C709 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 199 9 -
CMYK 0 0.07 0.96 0.16
HSL 55.88º 0.92% 0.44% -
HSV(B) 55.88º 0.96% 0.84% -
XYZ 47.91 55.01 8.35 -
YUV 181.53 30.64 150.45 -
System Red Green Blue C M Y K H S L
Decimal 213 199 9 0 0.07 0.96 0.16 55.88 0.92 0.44
Hex D5 C7 9 0 7 60 10 38 5C 2C
Octal 325 307 11 0 7 140 20 70 134 54
Binary 11010101 11000111 1001 0 111 1100000 10000 111000 1011100 101100

Color Harmonies of #D5C709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C709

Black with #D5C709

Text Example


Text Example

White with #D5C709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C709; }

 p { color: rgb(213,199,9); }

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

background-color css

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

 a { background-color: rgb(213,199,9); }

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

border-color css

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

 span { border-color: rgb(213,199,9); }

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