Html Css Color HEX #D65E4C Valencia

📋 copy color: '#D65E4C'

red 214 ◦ green 94 ◦ blue 76

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

Shades of Valencia #D65E4C

Tints of Valencia #D65E4C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.48%

 BLUE value IS 76 (30.08% from 255) = 19.79%

R = 55.73%
G = 24.48%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D65E4C (or 0xD65E4C) is known color: Valencia. HEX triplet: D6, 5E and 4C. RGB value is (214,94,76). Sum of RGB (Red+Green+Blue) = 214+94+76=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65E4C is #29A1B3. Grayscale: #808080. Windows color (decimal): -2728372 or 5005014. OLE color: 5005014.

HSL color Cylindrical-coordinate representation of color #D65E4C: hue angle of 7.83º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D65E4C is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 94 76 -
CMYK 0 0.56 0.64 0.16
HSL 7.83º 0.63% 0.57% -
HSV(B) 7.83º 0.64% 0.84% -
XYZ 33.04 22.82 9.5 -
YUV 127.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 214 94 76 0 0.56 0.64 0.16 7.83 0.63 0.57
Hex D6 5E 4C 0 38 40 10 8 3F 39
Octal 326 136 114 0 70 100 20 10 77 71
Binary 11010110 1011110 1001100 0 111000 1000000 10000 1000 111111 111001

Color Harmonies of #D65E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65E4C

Black with #D65E4C

Text Example


Text Example

White with #D65E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65E4C; }

 p { color: rgb(214,94,76); }

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

background-color css

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

 a { background-color: rgb(214,94,76); }

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

border-color css

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

 span { border-color: rgb(214,94,76); }

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