Html Css Color HEX #D96B2F Gold Drop

📋 copy color: '#D96B2F'

red 217 ◦ green 107 ◦ blue 47

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

Shades of Gold Drop #D96B2F

Tints of Gold Drop #D96B2F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.84%

 BLUE value IS 47 (18.75% from 255) = 12.67%

R = 58.49%
G = 28.84%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D96B2F (or 0xD96B2F) is known color: Gold Drop. HEX triplet: D9, 6B and 2F. RGB value is (217,107,47). Sum of RGB (Red+Green+Blue) = 217+107+47=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96B2F is #2694D0. Grayscale: #858585. Windows color (decimal): -2528465 or 3107801. OLE color: 3107801.

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

Color convert

RGB 217 107 47 -
CMYK 0 0.51 0.78 0.15
HSL 21.18º 0.69% 0.52% -
HSV(B) 21.18º 0.78% 0.85% -
XYZ 34.39 25.47 5.79 -
YUV 133.05 79.44 187.88 -
System Red Green Blue C M Y K H S L
Decimal 217 107 47 0 0.51 0.78 0.15 21.18 0.69 0.52
Hex D9 6B 2F 0 33 4E F 15 45 34
Octal 331 153 57 0 63 116 17 25 105 64
Binary 11011001 1101011 101111 0 110011 1001110 1111 10101 1000101 110100

Color Harmonies of #D96B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B2F

Black with #D96B2F

Text Example


Text Example

White with #D96B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B2F; }

 p { color: rgb(217,107,47); }

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

background-color css

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

 a { background-color: rgb(217,107,47); }

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

border-color css

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

 span { border-color: rgb(217,107,47); }

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