Html Css Color HEX #D25B14 Chocolate

📋 copy color: '#D25B14'

red 210 ◦ green 91 ◦ blue 20

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

Shades of Chocolate #D25B14

Tints of Chocolate #D25B14

RGB

 RED value IS 210 (82.42% from 255) = 65.42%

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

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 65.42%
G = 28.35%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D25B14 (or 0xD25B14) is known color: Chocolate. HEX triplet: D2, 5B and 14. RGB value is (210,91,20). Sum of RGB (Red+Green+Blue) = 210+91+20=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25B14 is #2DA4EB. Grayscale: #767676. Windows color (decimal): -2991340 or 1334226. OLE color: 1334226.

HSL color Cylindrical-coordinate representation of color #D25B14: hue angle of 22.42º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D25B14 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 91 20 -
CMYK 0 0.57 0.90 0.18
HSL 22.42º 0.83% 0.45% -
HSV(B) 22.42º 0.9% 0.82% -
XYZ 30.45 21.23 3.16 -
YUV 118.49 72.42 193.27 -
System Red Green Blue C M Y K H S L
Decimal 210 91 20 0 0.57 0.90 0.18 22.42 0.83 0.45
Hex D2 5B 14 0 39 5A 12 16 53 2D
Octal 322 133 24 0 71 132 22 26 123 55
Binary 11010010 1011011 10100 0 111001 1011010 10010 10110 1010011 101101

Color Harmonies of #D25B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25B14

Black with #D25B14

Text Example


Text Example

White with #D25B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25B14; }

 p { color: rgb(210,91,20); }

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

background-color css

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

 a { background-color: rgb(210,91,20); }

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

border-color css

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

 span { border-color: rgb(210,91,20); }

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