Html Css Color HEX #D9952C Buttercup

📋 copy color: '#D9952C'

red 217 ◦ green 149 ◦ blue 44

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

Shades of Buttercup #D9952C

Tints of Buttercup #D9952C

RGB

 RED value IS 217 (85.16% from 255) = 52.93%

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

 BLUE value IS 44 (17.58% from 255) = 10.73%

R = 52.93%
G = 36.34%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9952C (or 0xD9952C) is known color: Buttercup. HEX triplet: D9, 95 and 2C. RGB value is (217,149,44). Sum of RGB (Red+Green+Blue) = 217+149+44=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 44 (17.58% from 255 or 10.73% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9952C is #266AD3. Grayscale: #9D9D9D. Windows color (decimal): -2517716 or 2921945. OLE color: 2921945.

HSL color Cylindrical-coordinate representation of color #D9952C: hue angle of 36.42º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9952C is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 149 44 -
CMYK 0 0.31 0.80 0.15
HSL 36.42º 0.69% 0.51% -
HSV(B) 36.42º 0.8% 0.85% -
XYZ 39.82 36.43 7.32 -
YUV 157.36 64.03 170.54 -
System Red Green Blue C M Y K H S L
Decimal 217 149 44 0 0.31 0.80 0.15 36.42 0.69 0.51
Hex D9 95 2C 0 1F 50 F 24 45 33
Octal 331 225 54 0 37 120 17 44 105 63
Binary 11011001 10010101 101100 0 11111 1010000 1111 100100 1000101 110011

Color Harmonies of #D9952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9952C

Black with #D9952C

Text Example


Text Example

White with #D9952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9952C; }

 p { color: rgb(217,149,44); }

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

background-color css

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

 a { background-color: rgb(217,149,44); }

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

border-color css

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

 span { border-color: rgb(217,149,44); }

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