Html Css Color HEX #D09522 Buttercup

📋 copy color: '#D09522'

red 208 ◦ green 149 ◦ blue 34

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

Shades of Buttercup #D09522

Tints of Buttercup #D09522

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.11%

 BLUE value IS 34 (13.67% from 255) = 8.7%

R = 53.2%
G = 38.11%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D09522 (or 0xD09522) is known color: Buttercup. HEX triplet: D0, 95 and 22. RGB value is (208,149,34). Sum of RGB (Red+Green+Blue) = 208+149+34=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D09522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09522 is #2F6ADD. Grayscale: #9A9A9A. Windows color (decimal): -3107550 or 2266576. OLE color: 2266576.

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

Color convert

RGB 208 149 34 -
CMYK 0 0.28 0.84 0.18
HSL 39.66º 0.72% 0.47% -
HSV(B) 39.66º 0.84% 0.82% -
XYZ 37.05 35.02 6.32 -
YUV 153.53 60.55 166.85 -
System Red Green Blue C M Y K H S L
Decimal 208 149 34 0 0.28 0.84 0.18 39.66 0.72 0.47
Hex D0 95 22 0 1C 54 12 28 48 2F
Octal 320 225 42 0 34 124 22 50 110 57
Binary 11010000 10010101 100010 0 11100 1010100 10010 101000 1001000 101111

Color Harmonies of #D09522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09522

Black with #D09522

Text Example


Text Example

White with #D09522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09522; }

 p { color: rgb(208,149,34); }

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

background-color css

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

 a { background-color: rgb(208,149,34); }

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

border-color css

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

 span { border-color: rgb(208,149,34); }

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