Html Css Color HEX #D29225 Buttercup

📋 copy color: '#D29225'

red 210 ◦ green 146 ◦ blue 37

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

Shades of Buttercup #D29225

Tints of Buttercup #D29225

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.15%

 BLUE value IS 37 (14.84% from 255) = 9.41%

R = 53.44%
G = 37.15%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D29225 (or 0xD29225) is known color: Buttercup. HEX triplet: D2, 92 and 25. RGB value is (210,146,37). Sum of RGB (Red+Green+Blue) = 210+146+37=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D29225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29225 is #2D6DDA. Grayscale: #999999. Windows color (decimal): -2977243 or 2462418. OLE color: 2462418.

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

Color convert

RGB 210 146 37 -
CMYK 0 0.30 0.82 0.18
HSL 37.8º 0.7% 0.48% -
HSV(B) 37.8º 0.82% 0.82% -
XYZ 37.19 34.39 6.43 -
YUV 152.71 62.7 168.86 -
System Red Green Blue C M Y K H S L
Decimal 210 146 37 0 0.30 0.82 0.18 37.8 0.7 0.48
Hex D2 92 25 0 1E 52 12 26 46 30
Octal 322 222 45 0 36 122 22 46 106 60
Binary 11010010 10010010 100101 0 11110 1010010 10010 100110 1000110 110000

Color Harmonies of #D29225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29225

Black with #D29225

Text Example


Text Example

White with #D29225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29225; }

 p { color: rgb(210,146,37); }

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

background-color css

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

 a { background-color: rgb(210,146,37); }

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

border-color css

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

 span { border-color: rgb(210,146,37); }

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