Html Css Color HEX #D0B620 Bird Flower

📋 copy color: '#D0B620'

red 208 ◦ green 182 ◦ blue 32

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

Shades of Bird Flower #D0B620

Tints of Bird Flower #D0B620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.13%

 BLUE value IS 32 (12.89% from 255) = 7.58%

R = 49.29%
G = 43.13%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0B620 (or 0xD0B620) is known color: Bird Flower. HEX triplet: D0, B6 and 20. RGB value is (208,182,32). Sum of RGB (Red+Green+Blue) = 208+182+32=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B620 is #2F49DF. Grayscale: #ADADAD. Windows color (decimal): -3099104 or 2143952. OLE color: 2143952.

HSL color Cylindrical-coordinate representation of color #D0B620: hue angle of 51.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0B620 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 182 32 -
CMYK 0 0.12 0.85 0.18
HSL 51.14º 0.73% 0.47% -
HSV(B) 51.14º 0.85% 0.82% -
XYZ 43 46.97 8.17 -
YUV 172.67 48.61 153.2 -
System Red Green Blue C M Y K H S L
Decimal 208 182 32 0 0.12 0.85 0.18 51.14 0.73 0.47
Hex D0 B6 20 0 C 55 12 33 49 2F
Octal 320 266 40 0 14 125 22 63 111 57
Binary 11010000 10110110 100000 0 1100 1010101 10010 110011 1001001 101111

Color Harmonies of #D0B620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B620

Black with #D0B620

Text Example


Text Example

White with #D0B620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B620; }

 p { color: rgb(208,182,32); }

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

background-color css

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

 a { background-color: rgb(208,182,32); }

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

border-color css

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

 span { border-color: rgb(208,182,32); }

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