Html Css Color HEX #D0B409 Bird Flower

📋 copy color: '#D0B409'

red 208 ◦ green 180 ◦ blue 9

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

Shades of Bird Flower #D0B409

Tints of Bird Flower #D0B409

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.34%

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

R = 52.39%
G = 45.34%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D0B409 (or 0xD0B409) is known color: Bird Flower. HEX triplet: D0, B4 and 09. RGB value is (208,180,9). Sum of RGB (Red+Green+Blue) = 208+180+9=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B409 is #2F4BF6. Grayscale: #A9A9A9. Windows color (decimal): -3099639 or 636112. OLE color: 636112.

HSL color Cylindrical-coordinate representation of color #D0B409: hue angle of 51.56º 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 #D0B409 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 180 9 -
CMYK 0 0.13 0.96 0.18
HSL 51.56º 0.92% 0.43% -
HSV(B) 51.56º 0.96% 0.82% -
XYZ 42.38 46.07 6.92 -
YUV 168.88 37.78 155.9 -
System Red Green Blue C M Y K H S L
Decimal 208 180 9 0 0.13 0.96 0.18 51.56 0.92 0.43
Hex D0 B4 9 0 D 60 12 34 5C 2B
Octal 320 264 11 0 15 140 22 64 134 53
Binary 11010000 10110100 1001 0 1101 1100000 10010 110100 1011100 101011

Color Harmonies of #D0B409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B409

Black with #D0B409

Text Example


Text Example

White with #D0B409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B409; }

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

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

background-color css

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

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

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

border-color css

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

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

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