Html Css Color HEX #D65F26 Chocolate

📋 copy color: '#D65F26'

red 214 ◦ green 95 ◦ blue 38

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

Shades of Chocolate #D65F26

Tints of Chocolate #D65F26

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.38%

 BLUE value IS 38 (15.23% from 255) = 10.95%

R = 61.67%
G = 27.38%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D65F26 (or 0xD65F26) is known color: Chocolate. HEX triplet: D6, 5F and 26. RGB value is (214,95,38). Sum of RGB (Red+Green+Blue) = 214+95+38=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65F26 is #29A0D9. Grayscale: #7C7C7C. Windows color (decimal): -2728154 or 2514902. OLE color: 2514902.

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

Color convert

RGB 214 95 38 -
CMYK 0 0.56 0.82 0.16
HSL 19.43º 0.7% 0.49% -
HSV(B) 19.43º 0.82% 0.84% -
XYZ 32.17 22.62 4.5 -
YUV 124.08 79.42 192.13 -
System Red Green Blue C M Y K H S L
Decimal 214 95 38 0 0.56 0.82 0.16 19.43 0.7 0.49
Hex D6 5F 26 0 38 52 10 13 46 31
Octal 326 137 46 0 70 122 20 23 106 61
Binary 11010110 1011111 100110 0 111000 1010010 10000 10011 1000110 110001

Color Harmonies of #D65F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F26

Black with #D65F26

Text Example


Text Example

White with #D65F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F26; }

 p { color: rgb(214,95,38); }

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

background-color css

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

 a { background-color: rgb(214,95,38); }

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

border-color css

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

 span { border-color: rgb(214,95,38); }

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