Html Css Color HEX #D0670D Chocolate

📋 copy color: '#D0670D'

red 208 ◦ green 103 ◦ blue 13

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

Shades of Chocolate #D0670D

Tints of Chocolate #D0670D

RGB

 RED value IS 208 (81.64% from 255) = 64.2%

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

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

R = 64.2%
G = 31.79%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0670D (or 0xD0670D) is known color: Chocolate. HEX triplet: D0, 67 and 0D. RGB value is (208,103,13). Sum of RGB (Red+Green+Blue) = 208+103+13=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D0670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0670D is #2F98F2. Grayscale: #7C7C7C. Windows color (decimal): -3119347 or 878544. OLE color: 878544.

HSL color Cylindrical-coordinate representation of color #D0670D: hue angle of 27.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0670D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 13 -
CMYK 0 0.50 0.94 0.18
HSL 27.69º 0.88% 0.43% -
HSV(B) 27.69º 0.94% 0.82% -
XYZ 30.94 23.14 3.22 -
YUV 124.14 65.29 187.82 -
System Red Green Blue C M Y K H S L
Decimal 208 103 13 0 0.50 0.94 0.18 27.69 0.88 0.43
Hex D0 67 D 0 32 5E 12 1C 58 2B
Octal 320 147 15 0 62 136 22 34 130 53
Binary 11010000 1100111 1101 0 110010 1011110 10010 11100 1011000 101011

Color Harmonies of #D0670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0670D

Black with #D0670D

Text Example


Text Example

White with #D0670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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