Html Css Color HEX #D65B19 Chocolate

📋 copy color: '#D65B19'

red 214 ◦ green 91 ◦ blue 25

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

Shades of Chocolate #D65B19

Tints of Chocolate #D65B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.58%

R = 64.85%
G = 27.58%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D65B19 (or 0xD65B19) is known color: Chocolate. HEX triplet: D6, 5B and 19. RGB value is (214,91,25). Sum of RGB (Red+Green+Blue) = 214+91+25=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65B19 is #29A4E6. Grayscale: #787878. Windows color (decimal): -2729191 or 1661910. OLE color: 1661910.

HSL color Cylindrical-coordinate representation of color #D65B19: hue angle of 20.95º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D65B19 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 91 25 -
CMYK 0 0.57 0.88 0.16
HSL 20.95º 0.79% 0.47% -
HSV(B) 20.95º 0.88% 0.84% -
XYZ 31.65 21.85 3.47 -
YUV 120.25 74.25 194.87 -
System Red Green Blue C M Y K H S L
Decimal 214 91 25 0 0.57 0.88 0.16 20.95 0.79 0.47
Hex D6 5B 19 0 39 58 10 15 4F 2F
Octal 326 133 31 0 71 130 20 25 117 57
Binary 11010110 1011011 11001 0 111001 1011000 10000 10101 1001111 101111

Color Harmonies of #D65B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65B19

Black with #D65B19

Text Example


Text Example

White with #D65B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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