Html Css Color HEX #D26C35 Gold Drop

📋 copy color: '#D26C35'

red 210 ◦ green 108 ◦ blue 53

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

Shades of Gold Drop #D26C35

Tints of Gold Drop #D26C35

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.11%

 BLUE value IS 53 (21.09% from 255) = 14.29%

R = 56.6%
G = 29.11%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D26C35 (or 0xD26C35) is known color: Gold Drop. HEX triplet: D2, 6C and 35. RGB value is (210,108,53). Sum of RGB (Red+Green+Blue) = 210+108+53=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C35 is #2D93CA. Grayscale: #848484. Windows color (decimal): -2986955 or 3501266. OLE color: 3501266.

HSL color Cylindrical-coordinate representation of color #D26C35: hue angle of 21.02º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D26C35 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 108 53 -
CMYK 0 0.49 0.75 0.18
HSL 21.02º 0.64% 0.52% -
HSV(B) 21.02º 0.75% 0.82% -
XYZ 32.58 24.68 6.42 -
YUV 132.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 210 108 53 0 0.49 0.75 0.18 21.02 0.64 0.52
Hex D2 6C 35 0 31 4B 12 15 40 34
Octal 322 154 65 0 61 113 22 25 100 64
Binary 11010010 1101100 110101 0 110001 1001011 10010 10101 1000000 110100

Color Harmonies of #D26C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26C35

Black with #D26C35

Text Example


Text Example

White with #D26C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26C35; }

 p { color: rgb(210,108,53); }

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

background-color css

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

 a { background-color: rgb(210,108,53); }

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

border-color css

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

 span { border-color: rgb(210,108,53); }

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