Html Css Color HEX #D9612B Gold Drop

📋 copy color: '#D9612B'

red 217 ◦ green 97 ◦ blue 43

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

Shades of Gold Drop #D9612B

Tints of Gold Drop #D9612B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.17%

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

R = 60.78%
G = 27.17%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9612B (or 0xD9612B) is known color: Gold Drop. HEX triplet: D9, 61 and 2B. RGB value is (217,97,43). Sum of RGB (Red+Green+Blue) = 217+97+43=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D9612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9612B is #269ED4. Grayscale: #7F7F7F. Windows color (decimal): -2531029 or 2843097. OLE color: 2843097.

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

Color convert

RGB 217 97 43 -
CMYK 0 0.55 0.80 0.15
HSL 18.62º 0.7% 0.51% -
HSV(B) 18.62º 0.8% 0.85% -
XYZ 33.33 23.48 5.06 -
YUV 126.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 217 97 43 0 0.55 0.80 0.15 18.62 0.7 0.51
Hex D9 61 2B 0 37 50 F 13 46 33
Octal 331 141 53 0 67 120 17 23 106 63
Binary 11011001 1100001 101011 0 110111 1010000 1111 10011 1000110 110011

Color Harmonies of #D9612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9612B

Black with #D9612B

Text Example


Text Example

White with #D9612B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9612B; }

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

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

background-color css

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

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

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

border-color css

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

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

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