Html Css Color HEX #D5670B Chocolate

📋 copy color: '#D5670B'

red 213 ◦ green 103 ◦ blue 11

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

Shades of Chocolate #D5670B

Tints of Chocolate #D5670B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.5%

 BLUE value IS 11 (4.69% from 255) = 3.36%

R = 65.14%
G = 31.5%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5670B (or 0xD5670B) is known color: Chocolate. HEX triplet: D5, 67 and 0B. RGB value is (213,103,11). Sum of RGB (Red+Green+Blue) = 213+103+11=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D5670B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5670B is #2A98F4. Grayscale: #7D7D7D. Windows color (decimal): -2791669 or 747477. OLE color: 747477.

HSL color Cylindrical-coordinate representation of color #D5670B: hue angle of 27.33º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5670B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 103 11 -
CMYK 0 0.52 0.95 0.16
HSL 27.33º 0.9% 0.44% -
HSV(B) 27.33º 0.95% 0.84% -
XYZ 32.35 23.87 3.22 -
YUV 125.4 63.44 190.48 -
System Red Green Blue C M Y K H S L
Decimal 213 103 11 0 0.52 0.95 0.16 27.33 0.9 0.44
Hex D5 67 B 0 34 5F 10 1B 5A 2C
Octal 325 147 13 0 64 137 20 33 132 54
Binary 11010101 1100111 1011 0 110100 1011111 10000 11011 1011010 101100

Color Harmonies of #D5670B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5670B

Black with #D5670B

Text Example


Text Example

White with #D5670B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5670B; }

 p { color: rgb(213,103,11); }

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

background-color css

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

 a { background-color: rgb(213,103,11); }

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

border-color css

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

 span { border-color: rgb(213,103,11); }

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