Html Css Color HEX #D65A55 Valencia

📋 copy color: '#D65A55'

red 214 ◦ green 90 ◦ blue 85

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

Shades of Valencia #D65A55

Tints of Valencia #D65A55

RGB

 RED value IS 214 (83.98% from 255) = 55.01%

 GREEN value IS 90 (35.55% from 255) = 23.14%

 BLUE value IS 85 (33.59% from 255) = 21.85%

R = 55.01%
G = 23.14%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D65A55 (or 0xD65A55) is known color: Valencia. HEX triplet: D6, 5A and 55. RGB value is (214,90,85). Sum of RGB (Red+Green+Blue) = 214+90+85=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A55 is #29A5AA. Grayscale: #7E7E7E. Windows color (decimal): -2729387 or 5593814. OLE color: 5593814.

HSL color Cylindrical-coordinate representation of color #D65A55: hue angle of 2.33º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65A55 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 90 85 -
CMYK 0 0.58 0.60 0.16
HSL 2.33º 0.61% 0.59% -
HSV(B) 2.33º 0.6% 0.84% -
XYZ 33.03 22.26 11.15 -
YUV 126.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 214 90 85 0 0.58 0.60 0.16 2.33 0.61 0.59
Hex D6 5A 55 0 3A 3C 10 2 3D 3B
Octal 326 132 125 0 72 74 20 2 75 73
Binary 11010110 1011010 1010101 0 111010 111100 10000 10 111101 111011

Color Harmonies of #D65A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A55

Black with #D65A55

Text Example


Text Example

White with #D65A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A55; }

 p { color: rgb(214,90,85); }

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

background-color css

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

 a { background-color: rgb(214,90,85); }

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

border-color css

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

 span { border-color: rgb(214,90,85); }

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