Html Css Color HEX #D0690F Chocolate

📋 copy color: '#D0690F'

red 208 ◦ green 105 ◦ blue 15

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

Shades of Chocolate #D0690F

Tints of Chocolate #D0690F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.57%

R = 63.41%
G = 32.01%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0690F (or 0xD0690F) is known color: Chocolate. HEX triplet: D0, 69 and 0F. RGB value is (208,105,15). Sum of RGB (Red+Green+Blue) = 208+105+15=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D0690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0690F is #2F96F0. Grayscale: #7E7E7E. Windows color (decimal): -3118833 or 1010128. OLE color: 1010128.

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

Color convert

RGB 208 105 15 -
CMYK 0 0.50 0.93 0.18
HSL 27.98º 0.87% 0.44% -
HSV(B) 27.98º 0.93% 0.82% -
XYZ 31.15 23.55 3.36 -
YUV 125.54 65.62 186.82 -
System Red Green Blue C M Y K H S L
Decimal 208 105 15 0 0.50 0.93 0.18 27.98 0.87 0.44
Hex D0 69 F 0 32 5D 12 1C 57 2C
Octal 320 151 17 0 62 135 22 34 127 54
Binary 11010000 1101001 1111 0 110010 1011101 10010 11100 1010111 101100

Color Harmonies of #D0690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0690F

Black with #D0690F

Text Example


Text Example

White with #D0690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0690F; }

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

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

background-color css

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

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

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

border-color css

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

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

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