Html Css Color HEX #D5670D Chocolate

📋 copy color: '#D5670D'

red 213 ◦ green 103 ◦ blue 13

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

Shades of Chocolate #D5670D

Tints of Chocolate #D5670D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.95%

R = 64.74%
G = 31.31%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5670D (or 0xD5670D) is known color: Chocolate. HEX triplet: D5, 67 and 0D. RGB value is (213,103,13). Sum of RGB (Red+Green+Blue) = 213+103+13=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D5670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5670D is #2A98F2. Grayscale: #7E7E7E. Windows color (decimal): -2791667 or 878549. OLE color: 878549.

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

Color convert

RGB 213 103 13 -
CMYK 0 0.52 0.94 0.16
HSL 27º 0.88% 0.44% -
HSV(B) 27º 0.94% 0.84% -
XYZ 32.36 23.88 3.28 -
YUV 125.63 64.44 190.32 -
System Red Green Blue C M Y K H S L
Decimal 213 103 13 0 0.52 0.94 0.16 27 0.88 0.44
Hex D5 67 D 0 34 5E 10 1B 58 2C
Octal 325 147 15 0 64 136 20 33 130 54
Binary 11010101 1100111 1101 0 110100 1011110 10000 11011 1011000 101100

Color Harmonies of #D5670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5670D

Black with #D5670D

Text Example


Text Example

White with #D5670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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