Html Css Color HEX #D5652C Gold Drop

📋 copy color: '#D5652C'

red 213 ◦ green 101 ◦ blue 44

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

Shades of Gold Drop #D5652C

Tints of Gold Drop #D5652C

RGB

 RED value IS 213 (83.59% from 255) = 59.5%

 GREEN value IS 101 (39.84% from 255) = 28.21%

 BLUE value IS 44 (17.58% from 255) = 12.29%

R = 59.5%
G = 28.21%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5652C (or 0xD5652C) is known color: Gold Drop. HEX triplet: D5, 65 and 2C. RGB value is (213,101,44). Sum of RGB (Red+Green+Blue) = 213+101+44=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5652C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5652C is #2A9AD3. Grayscale: #808080. Windows color (decimal): -2792148 or 2909653. OLE color: 2909653.

HSL color Cylindrical-coordinate representation of color #D5652C: hue angle of 20.24º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5652C is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 101 44 -
CMYK 0 0.53 0.79 0.16
HSL 20.24º 0.67% 0.5% -
HSV(B) 20.24º 0.79% 0.84% -
XYZ 32.55 23.64 5.23 -
YUV 127.99 80.61 188.63 -
System Red Green Blue C M Y K H S L
Decimal 213 101 44 0 0.53 0.79 0.16 20.24 0.67 0.5
Hex D5 65 2C 0 35 4F 10 14 43 32
Octal 325 145 54 0 65 117 20 24 103 62
Binary 11010101 1100101 101100 0 110101 1001111 10000 10100 1000011 110010

Color Harmonies of #D5652C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5652C

Black with #D5652C

Text Example


Text Example

White with #D5652C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5652C; }

 p { color: rgb(213,101,44); }

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

background-color css

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

 a { background-color: rgb(213,101,44); }

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

border-color css

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

 span { border-color: rgb(213,101,44); }

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