Html Css Color HEX #D29425 Buttercup

📋 copy color: '#D29425'

red 210 ◦ green 148 ◦ blue 37

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

Shades of Buttercup #D29425

Tints of Buttercup #D29425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

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

R = 53.16%
G = 37.47%
B = 9.37%

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

#D29425 (or 0xD29425) is known color: Buttercup. HEX triplet: D2, 94 and 25. RGB value is (210,148,37). Sum of RGB (Red+Green+Blue) = 210+148+37=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D29425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29425 is #2D6BDA. Grayscale: #9A9A9A. Windows color (decimal): -2976731 or 2462930. OLE color: 2462930.

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

Color convert

RGB 210 148 37 -
CMYK 0 0.30 0.82 0.18
HSL 38.5º 0.7% 0.48% -
HSV(B) 38.5º 0.82% 0.82% -
XYZ 37.5 35.02 6.53 -
YUV 153.88 62.04 168.03 -
System Red Green Blue C M Y K H S L
Decimal 210 148 37 0 0.30 0.82 0.18 38.5 0.7 0.48
Hex D2 94 25 0 1E 52 12 26 46 30
Octal 322 224 45 0 36 122 22 46 106 60
Binary 11010010 10010100 100101 0 11110 1010010 10010 100110 1000110 110000

Color Harmonies of #D29425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29425

Black with #D29425

Text Example


Text Example

White with #D29425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29425; }

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

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

background-color css

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

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

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

border-color css

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

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

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