Html Css Color HEX #D56925 Chocolate

📋 copy color: '#D56925'

red 213 ◦ green 105 ◦ blue 37

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

Shades of Chocolate #D56925

Tints of Chocolate #D56925

RGB

 RED value IS 213 (83.59% from 255) = 60%

 GREEN value IS 105 (41.41% from 255) = 29.58%

 BLUE value IS 37 (14.84% from 255) = 10.42%

R = 60%
G = 29.58%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D56925 (or 0xD56925) is known color: Chocolate. HEX triplet: D5, 69 and 25. RGB value is (213,105,37). Sum of RGB (Red+Green+Blue) = 213+105+37=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D56925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56925 is #2A96DA. Grayscale: #818181. Windows color (decimal): -2791131 or 2451925. OLE color: 2451925.

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

Color convert

RGB 213 105 37 -
CMYK 0 0.51 0.83 0.16
HSL 23.18º 0.7% 0.49% -
HSV(B) 23.18º 0.83% 0.84% -
XYZ 32.83 24.38 4.73 -
YUV 129.54 75.78 187.53 -
System Red Green Blue C M Y K H S L
Decimal 213 105 37 0 0.51 0.83 0.16 23.18 0.7 0.49
Hex D5 69 25 0 33 53 10 17 46 31
Octal 325 151 45 0 63 123 20 27 106 61
Binary 11010101 1101001 100101 0 110011 1010011 10000 10111 1000110 110001

Color Harmonies of #D56925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56925

Black with #D56925

Text Example


Text Example

White with #D56925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56925; }

 p { color: rgb(213,105,37); }

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

background-color css

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

 a { background-color: rgb(213,105,37); }

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

border-color css

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

 span { border-color: rgb(213,105,37); }

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