Html Css Color HEX #D96632 Gold Drop

📋 copy color: '#D96632'

red 217 ◦ green 102 ◦ blue 50

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

Shades of Gold Drop #D96632

Tints of Gold Drop #D96632

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

 BLUE value IS 50 (19.92% from 255) = 13.55%

R = 58.81%
G = 27.64%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D96632 (or 0xD96632) is known color: Gold Drop. HEX triplet: D9, 66 and 32. RGB value is (217,102,50). Sum of RGB (Red+Green+Blue) = 217+102+50=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D96632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96632 is #2699CD. Grayscale: #828282. Windows color (decimal): -2529742 or 3303129. OLE color: 3303129.

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

Color convert

RGB 217 102 50 -
CMYK 0 0.53 0.77 0.15
HSL 18.68º 0.69% 0.52% -
HSV(B) 18.68º 0.77% 0.85% -
XYZ 33.94 24.48 5.95 -
YUV 130.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 217 102 50 0 0.53 0.77 0.15 18.68 0.69 0.52
Hex D9 66 32 0 35 4D F 13 45 34
Octal 331 146 62 0 65 115 17 23 105 64
Binary 11011001 1100110 110010 0 110101 1001101 1111 10011 1000101 110100

Color Harmonies of #D96632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96632

Black with #D96632

Text Example


Text Example

White with #D96632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96632; }

 p { color: rgb(217,102,50); }

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

background-color css

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

 a { background-color: rgb(217,102,50); }

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

border-color css

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

 span { border-color: rgb(217,102,50); }

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