Html Css Color HEX #D0661F Chocolate

📋 copy color: '#D0661F'

red 208 ◦ green 102 ◦ blue 31

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

Shades of Chocolate #D0661F

Tints of Chocolate #D0661F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

 BLUE value IS 31 (12.5% from 255) = 9.09%

R = 61%
G = 29.91%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0661F (or 0xD0661F) is known color: Chocolate. HEX triplet: D0, 66 and 1F. RGB value is (208,102,31). Sum of RGB (Red+Green+Blue) = 208+102+31=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0661F is #2F99E0. Grayscale: #7D7D7D. Windows color (decimal): -3119585 or 2057936. OLE color: 2057936.

HSL color Cylindrical-coordinate representation of color #D0661F: hue angle of 24.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0661F is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 102 31 -
CMYK 0 0.51 0.85 0.18
HSL 24.07º 0.74% 0.47% -
HSV(B) 24.07º 0.85% 0.82% -
XYZ 31.01 23.01 4.1 -
YUV 125.6 74.62 186.77 -
System Red Green Blue C M Y K H S L
Decimal 208 102 31 0 0.51 0.85 0.18 24.07 0.74 0.47
Hex D0 66 1F 0 33 55 12 18 4A 2F
Octal 320 146 37 0 63 125 22 30 112 57
Binary 11010000 1100110 11111 0 110011 1010101 10010 11000 1001010 101111

Color Harmonies of #D0661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0661F

Black with #D0661F

Text Example


Text Example

White with #D0661F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0661F; }

 p { color: rgb(208,102,31); }

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

background-color css

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

 a { background-color: rgb(208,102,31); }

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

border-color css

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

 span { border-color: rgb(208,102,31); }

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