Html Css Color HEX #D9962B Buttercup

📋 copy color: '#D9962B'

red 217 ◦ green 150 ◦ blue 43

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

Shades of Buttercup #D9962B

Tints of Buttercup #D9962B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

 BLUE value IS 43 (17.19% from 255) = 10.49%

R = 52.93%
G = 36.59%
B = 10.49%

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

#D9962B (or 0xD9962B) is known color: Buttercup. HEX triplet: D9, 96 and 2B. RGB value is (217,150,43). Sum of RGB (Red+Green+Blue) = 217+150+43=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9962B is #2669D4. Grayscale: #9E9E9E. Windows color (decimal): -2517461 or 2856665. OLE color: 2856665.

HSL color Cylindrical-coordinate representation of color #D9962B: hue angle of 36.9º degrees, saturation: 0.7, 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 #D9962B is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 43 -
CMYK 0 0.31 0.80 0.15
HSL 36.9º 0.7% 0.51% -
HSV(B) 36.9º 0.8% 0.85% -
XYZ 39.96 36.74 7.27 -
YUV 157.84 63.2 170.2 -
System Red Green Blue C M Y K H S L
Decimal 217 150 43 0 0.31 0.80 0.15 36.9 0.7 0.51
Hex D9 96 2B 0 1F 50 F 25 46 33
Octal 331 226 53 0 37 120 17 45 106 63
Binary 11011001 10010110 101011 0 11111 1010000 1111 100101 1000110 110011

Color Harmonies of #D9962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9962B

Black with #D9962B

Text Example


Text Example

White with #D9962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9962B; }

 p { color: rgb(217,150,43); }

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

background-color css

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

 a { background-color: rgb(217,150,43); }

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

border-color css

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

 span { border-color: rgb(217,150,43); }

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