Html Css Color HEX #D0C509 Bird Flower

📋 copy color: '#D0C509'

red 208 ◦ green 197 ◦ blue 9

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

Shades of Bird Flower #D0C509

Tints of Bird Flower #D0C509

RGB

 RED value IS 208 (81.64% from 255) = 50.24%

 GREEN value IS 197 (77.34% from 255) = 47.58%

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

R = 50.24%
G = 47.58%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D0C509 (or 0xD0C509) is known color: Bird Flower. HEX triplet: D0, C5 and 09. RGB value is (208,197,9). Sum of RGB (Red+Green+Blue) = 208+197+9=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 9 (3.91% from 255 or 2.17% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C509 is #2F3AF6. Grayscale: #B3B3B3. Windows color (decimal): -3095287 or 640464. OLE color: 640464.

HSL color Cylindrical-coordinate representation of color #D0C509: hue angle of 56.68º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0C509 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 197 9 -
CMYK 0 0.05 0.96 0.18
HSL 56.68º 0.92% 0.43% -
HSV(B) 56.68º 0.96% 0.82% -
XYZ 46.03 53.36 8.13 -
YUV 178.86 32.14 148.79 -
System Red Green Blue C M Y K H S L
Decimal 208 197 9 0 0.05 0.96 0.18 56.68 0.92 0.43
Hex D0 C5 9 0 5 60 12 39 5C 2B
Octal 320 305 11 0 5 140 22 71 134 53
Binary 11010000 11000101 1001 0 101 1100000 10010 111001 1011100 101011

Color Harmonies of #D0C509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C509

Black with #D0C509

Text Example


Text Example

White with #D0C509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C509; }

 p { color: rgb(208,197,9); }

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

background-color css

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

 a { background-color: rgb(208,197,9); }

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

border-color css

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

 span { border-color: rgb(208,197,9); }

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