Html Css Color HEX #D09020 Buttercup

📋 copy color: '#D09020'

red 208 ◦ green 144 ◦ blue 32

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

Shades of Buttercup #D09020

Tints of Buttercup #D09020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.5%

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

R = 54.17%
G = 37.5%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D09020 (or 0xD09020) is known color: Buttercup. HEX triplet: D0, 90 and 20. RGB value is (208,144,32). Sum of RGB (Red+Green+Blue) = 208+144+32=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D09020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09020 is #2F6FDF. Grayscale: #969696. Windows color (decimal): -3108832 or 2134224. OLE color: 2134224.

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

Color convert

RGB 208 144 32 -
CMYK 0 0.31 0.85 0.18
HSL 38.18º 0.73% 0.47% -
HSV(B) 38.18º 0.85% 0.82% -
XYZ 36.25 33.46 5.91 -
YUV 150.37 61.2 169.11 -
System Red Green Blue C M Y K H S L
Decimal 208 144 32 0 0.31 0.85 0.18 38.18 0.73 0.47
Hex D0 90 20 0 1F 55 12 26 49 2F
Octal 320 220 40 0 37 125 22 46 111 57
Binary 11010000 10010000 100000 0 11111 1010101 10010 100110 1001001 101111

Color Harmonies of #D09020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09020

Black with #D09020

Text Example


Text Example

White with #D09020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09020; }

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

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

background-color css

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

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

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

border-color css

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

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

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