Html Css Color HEX #D0691E Chocolate

📋 copy color: '#D0691E'

red 208 ◦ green 105 ◦ blue 30

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

Shades of Chocolate #D0691E

Tints of Chocolate #D0691E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

 BLUE value IS 30 (12.11% from 255) = 8.75%

R = 60.64%
G = 30.61%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0691E (or 0xD0691E) is known color: Chocolate. HEX triplet: D0, 69 and 1E. RGB value is (208,105,30). Sum of RGB (Red+Green+Blue) = 208+105+30=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D0691E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0691E is #2F96E1. Grayscale: #7F7F7F. Windows color (decimal): -3118818 or 1993168. OLE color: 1993168.

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

Color convert

RGB 208 105 30 -
CMYK 0 0.50 0.86 0.18
HSL 25.28º 0.75% 0.47% -
HSV(B) 25.28º 0.86% 0.82% -
XYZ 31.3 23.61 4.14 -
YUV 127.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 208 105 30 0 0.50 0.86 0.18 25.28 0.75 0.47
Hex D0 69 1E 0 32 56 12 19 4B 2F
Octal 320 151 36 0 62 126 22 31 113 57
Binary 11010000 1101001 11110 0 110010 1010110 10010 11001 1001011 101111

Color Harmonies of #D0691E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0691E

Black with #D0691E

Text Example


Text Example

White with #D0691E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0691E; }

 p { color: rgb(208,105,30); }

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

background-color css

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

 a { background-color: rgb(208,105,30); }

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

border-color css

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

 span { border-color: rgb(208,105,30); }

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