Html Css Color HEX #D65948 Valencia

📋 copy color: '#D65948'

red 214 ◦ green 89 ◦ blue 72

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

Shades of Valencia #D65948

Tints of Valencia #D65948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.73%

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

R = 57.07%
G = 23.73%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D65948 (or 0xD65948) is known color: Valencia. HEX triplet: D6, 59 and 48. RGB value is (214,89,72). Sum of RGB (Red+Green+Blue) = 214+89+72=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D65948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65948 is #29A6B7. Grayscale: #7C7C7C. Windows color (decimal): -2729656 or 4741590. OLE color: 4741590.

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

Color convert

RGB 214 89 72 -
CMYK 0 0.58 0.66 0.16
HSL 7.18º 0.63% 0.56% -
HSV(B) 7.18º 0.66% 0.84% -
XYZ 32.47 21.91 8.65 -
YUV 124.44 98.41 191.88 -
System Red Green Blue C M Y K H S L
Decimal 214 89 72 0 0.58 0.66 0.16 7.18 0.63 0.56
Hex D6 59 48 0 3A 42 10 7 3F 38
Octal 326 131 110 0 72 102 20 7 77 70
Binary 11010110 1011001 1001000 0 111010 1000010 10000 111 111111 111000

Color Harmonies of #D65948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65948

Black with #D65948

Text Example


Text Example

White with #D65948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65948; }

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

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

background-color css

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

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

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

border-color css

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

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

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