Html Css Color HEX #D95652 Valencia

📋 copy color: '#D95652'

red 217 ◦ green 86 ◦ blue 82

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

Shades of Valencia #D95652

Tints of Valencia #D95652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

 BLUE value IS 82 (32.42% from 255) = 21.3%

R = 56.36%
G = 22.34%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D95652 (or 0xD95652) is known color: Valencia. HEX triplet: D9, 56 and 52. RGB value is (217,86,82). Sum of RGB (Red+Green+Blue) = 217+86+82=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D95652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95652 is #26A9AD. Grayscale: #7C7C7C. Windows color (decimal): -2533806 or 5396185. OLE color: 5396185.

HSL color Cylindrical-coordinate representation of color #D95652: hue angle of 1.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95652 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 86 82 -
CMYK 0 0.60 0.62 0.15
HSL 1.78º 0.64% 0.59% -
HSV(B) 1.78º 0.62% 0.85% -
XYZ 33.47 22.02 10.47 -
YUV 124.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 217 86 82 0 0.60 0.62 0.15 1.78 0.64 0.59
Hex D9 56 52 0 3C 3E F 2 40 3B
Octal 331 126 122 0 74 76 17 2 100 73
Binary 11011001 1010110 1010010 0 111100 111110 1111 10 1000000 111011

Color Harmonies of #D95652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95652

Black with #D95652

Text Example


Text Example

White with #D95652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95652; }

 p { color: rgb(217,86,82); }

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

background-color css

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

 a { background-color: rgb(217,86,82); }

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

border-color css

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

 span { border-color: rgb(217,86,82); }

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