Html Css Color HEX #D99D35 Buttercup

📋 copy color: '#D99D35'

red 217 ◦ green 157 ◦ blue 53

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

Shades of Buttercup #D99D35

Tints of Buttercup #D99D35

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.77%

 BLUE value IS 53 (21.09% from 255) = 12.41%

R = 50.82%
G = 36.77%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D99D35 (or 0xD99D35) is known color: Buttercup. HEX triplet: D9, 9D and 35. RGB value is (217,157,53). Sum of RGB (Red+Green+Blue) = 217+157+53=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99D35 is #2662CA. Grayscale: #A3A3A3. Windows color (decimal): -2515659 or 3513817. OLE color: 3513817.

HSL color Cylindrical-coordinate representation of color #D99D35: hue angle of 38.05º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D99D35 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 157 53 -
CMYK 0 0.28 0.76 0.15
HSL 38.05º 0.68% 0.53% -
HSV(B) 38.05º 0.76% 0.85% -
XYZ 41.31 39.12 8.74 -
YUV 163.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 217 157 53 0 0.28 0.76 0.15 38.05 0.68 0.53
Hex D9 9D 35 0 1C 4C F 26 44 35
Octal 331 235 65 0 34 114 17 46 104 65
Binary 11011001 10011101 110101 0 11100 1001100 1111 100110 1000100 110101

Color Harmonies of #D99D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D35

Black with #D99D35

Text Example


Text Example

White with #D99D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D35; }

 p { color: rgb(217,157,53); }

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

background-color css

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

 a { background-color: rgb(217,157,53); }

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

border-color css

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

 span { border-color: rgb(217,157,53); }

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