Html Css Color HEX #D65648 Valencia

📋 copy color: '#D65648'

red 214 ◦ green 86 ◦ blue 72

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

Shades of Valencia #D65648

Tints of Valencia #D65648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.35%

R = 57.53%
G = 23.12%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D65648 (or 0xD65648) is known color: Valencia. HEX triplet: D6, 56 and 48. RGB value is (214,86,72). Sum of RGB (Red+Green+Blue) = 214+86+72=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D65648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65648 is #29A9B7. Grayscale: #7A7A7A. Windows color (decimal): -2730424 or 4740822. OLE color: 4740822.

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

Color convert

RGB 214 86 72 -
CMYK 0 0.60 0.66 0.16
HSL 5.92º 0.63% 0.56% -
HSV(B) 5.92º 0.66% 0.84% -
XYZ 32.23 21.42 8.57 -
YUV 122.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 214 86 72 0 0.60 0.66 0.16 5.92 0.63 0.56
Hex D6 56 48 0 3C 42 10 6 3F 38
Octal 326 126 110 0 74 102 20 6 77 70
Binary 11010110 1010110 1001000 0 111100 1000010 10000 110 111111 111000

Color Harmonies of #D65648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65648

Black with #D65648

Text Example


Text Example

White with #D65648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65648; }

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

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

background-color css

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

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

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

border-color css

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

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

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