Html Css Color HEX #D2672B Gold Drop

📋 copy color: '#D2672B'

red 210 ◦ green 103 ◦ blue 43

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

Shades of Gold Drop #D2672B

Tints of Gold Drop #D2672B

RGB

 RED value IS 210 (82.42% from 255) = 58.99%

 GREEN value IS 103 (40.63% from 255) = 28.93%

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

R = 58.99%
G = 28.93%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2672B (or 0xD2672B) is known color: Gold Drop. HEX triplet: D2, 67 and 2B. RGB value is (210,103,43). Sum of RGB (Red+Green+Blue) = 210+103+43=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2672B is #2D98D4. Grayscale: #808080. Windows color (decimal): -2988245 or 2844626. OLE color: 2844626.

HSL color Cylindrical-coordinate representation of color #D2672B: hue angle of 21.56º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2672B is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 103 43 -
CMYK 0 0.51 0.80 0.18
HSL 21.56º 0.66% 0.5% -
HSV(B) 21.56º 0.8% 0.82% -
XYZ 31.86 23.58 5.16 -
YUV 128.15 79.95 186.38 -
System Red Green Blue C M Y K H S L
Decimal 210 103 43 0 0.51 0.80 0.18 21.56 0.66 0.5
Hex D2 67 2B 0 33 50 12 16 42 32
Octal 322 147 53 0 63 120 22 26 102 62
Binary 11010010 1100111 101011 0 110011 1010000 10010 10110 1000010 110010

Color Harmonies of #D2672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2672B

Black with #D2672B

Text Example


Text Example

White with #D2672B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2672B; }

 p { color: rgb(210,103,43); }

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

background-color css

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

 a { background-color: rgb(210,103,43); }

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

border-color css

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

 span { border-color: rgb(210,103,43); }

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