Html Css Color HEX #D65B49 Valencia

📋 copy color: '#D65B49'

red 214 ◦ green 91 ◦ blue 73

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

Shades of Valencia #D65B49

Tints of Valencia #D65B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

 BLUE value IS 73 (28.91% from 255) = 19.31%

R = 56.61%
G = 24.07%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D65B49 (or 0xD65B49) is known color: Valencia. HEX triplet: D6, 5B and 49. RGB value is (214,91,73). Sum of RGB (Red+Green+Blue) = 214+91+73=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65B49 is #29A4B6. Grayscale: #7D7D7D. Windows color (decimal): -2729143 or 4807638. OLE color: 4807638.

HSL color Cylindrical-coordinate representation of color #D65B49: hue angle of 7.66º 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 #D65B49 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 91 73 -
CMYK 0 0.57 0.66 0.16
HSL 7.66º 0.63% 0.56% -
HSV(B) 7.66º 0.66% 0.84% -
XYZ 32.68 22.26 8.88 -
YUV 125.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 214 91 73 0 0.57 0.66 0.16 7.66 0.63 0.56
Hex D6 5B 49 0 39 42 10 8 3F 38
Octal 326 133 111 0 71 102 20 10 77 70
Binary 11010110 1011011 1001001 0 111001 1000010 10000 1000 111111 111000

Color Harmonies of #D65B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65B49

Black with #D65B49

Text Example


Text Example

White with #D65B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65B49; }

 p { color: rgb(214,91,73); }

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

background-color css

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

 a { background-color: rgb(214,91,73); }

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

border-color css

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

 span { border-color: rgb(214,91,73); }

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