Html Css Color HEX #D65651 Valencia

📋 copy color: '#D65651'

red 214 ◦ green 86 ◦ blue 81

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

Shades of Valencia #D65651

Tints of Valencia #D65651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.26%

R = 56.17%
G = 22.57%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D65651 (or 0xD65651) is known color: Valencia. HEX triplet: D6, 56 and 51. RGB value is (214,86,81). Sum of RGB (Red+Green+Blue) = 214+86+81=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D65651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65651 is #29A9AE. Grayscale: #7B7B7B. Windows color (decimal): -2730415 or 5330646. OLE color: 5330646.

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

Color convert

RGB 214 86 81 -
CMYK 0 0.60 0.62 0.16
HSL 2.26º 0.62% 0.58% -
HSV(B) 2.26º 0.62% 0.84% -
XYZ 32.54 21.55 10.23 -
YUV 123.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 214 86 81 0 0.60 0.62 0.16 2.26 0.62 0.58
Hex D6 56 51 0 3C 3E 10 2 3E 3A
Octal 326 126 121 0 74 76 20 2 76 72
Binary 11010110 1010110 1010001 0 111100 111110 10000 10 111110 111010

Color Harmonies of #D65651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65651

Black with #D65651

Text Example


Text Example

White with #D65651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65651; }

 p { color: rgb(214,86,81); }

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

background-color css

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

 a { background-color: rgb(214,86,81); }

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

border-color css

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

 span { border-color: rgb(214,86,81); }

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