Html Css Color HEX #D5672A Gold Drop

📋 copy color: '#D5672A'

red 213 ◦ green 103 ◦ blue 42

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

Shades of Gold Drop #D5672A

Tints of Gold Drop #D5672A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.73%

R = 59.5%
G = 28.77%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5672A (or 0xD5672A) is known color: Gold Drop. HEX triplet: D5, 67 and 2A. RGB value is (213,103,42). Sum of RGB (Red+Green+Blue) = 213+103+42=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5672A is #2A98D5. Grayscale: #818181. Windows color (decimal): -2791638 or 2779093. OLE color: 2779093.

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

Color convert

RGB 213 103 42 -
CMYK 0 0.52 0.80 0.16
HSL 21.4º 0.67% 0.5% -
HSV(B) 21.4º 0.8% 0.84% -
XYZ 32.71 24.01 5.1 -
YUV 128.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 213 103 42 0 0.52 0.80 0.16 21.4 0.67 0.5
Hex D5 67 2A 0 34 50 10 15 43 32
Octal 325 147 52 0 64 120 20 25 103 62
Binary 11010101 1100111 101010 0 110100 1010000 10000 10101 1000011 110010

Color Harmonies of #D5672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5672A

Black with #D5672A

Text Example


Text Example

White with #D5672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5672A; }

 p { color: rgb(213,103,42); }

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

background-color css

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

 a { background-color: rgb(213,103,42); }

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

border-color css

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

 span { border-color: rgb(213,103,42); }

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