Html Css Color HEX #D29522 Buttercup

📋 copy color: '#D29522'

red 210 ◦ green 149 ◦ blue 34

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

Shades of Buttercup #D29522

Tints of Buttercup #D29522

RGB

 RED value IS 210 (82.42% from 255) = 53.44%

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

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

R = 53.44%
G = 37.91%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D29522 (or 0xD29522) is known color: Buttercup. HEX triplet: D2, 95 and 22. RGB value is (210,149,34). Sum of RGB (Red+Green+Blue) = 210+149+34=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D29522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29522 is #2D6ADD. Grayscale: #9A9A9A. Windows color (decimal): -2976478 or 2266578. OLE color: 2266578.

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

Color convert

RGB 210 149 34 -
CMYK 0 0.29 0.84 0.18
HSL 39.2º 0.72% 0.48% -
HSV(B) 39.2º 0.84% 0.82% -
XYZ 37.61 35.31 6.35 -
YUV 154.13 60.21 167.85 -
System Red Green Blue C M Y K H S L
Decimal 210 149 34 0 0.29 0.84 0.18 39.2 0.72 0.48
Hex D2 95 22 0 1D 54 12 27 48 30
Octal 322 225 42 0 35 124 22 47 110 60
Binary 11010010 10010101 100010 0 11101 1010100 10010 100111 1001000 110000

Color Harmonies of #D29522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29522

Black with #D29522

Text Example


Text Example

White with #D29522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29522; }

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

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

background-color css

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

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

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

border-color css

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

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

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