Html Css Color HEX #D0630F Chocolate

📋 copy color: '#D0630F'

red 208 ◦ green 99 ◦ blue 15

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

Shades of Chocolate #D0630F

Tints of Chocolate #D0630F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.75%

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

R = 64.6%
G = 30.75%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0630F (or 0xD0630F) is known color: Chocolate. HEX triplet: D0, 63 and 0F. RGB value is (208,99,15). Sum of RGB (Red+Green+Blue) = 208+99+15=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D0630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0630F is #2F9CF0. Grayscale: #7A7A7A. Windows color (decimal): -3120369 or 1008592. OLE color: 1008592.

HSL color Cylindrical-coordinate representation of color #D0630F: hue angle of 26.11º 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 #D0630F is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 99 15 -
CMYK 0 0.52 0.93 0.18
HSL 26.11º 0.87% 0.44% -
HSV(B) 26.11º 0.93% 0.82% -
XYZ 30.56 22.37 3.16 -
YUV 122.02 67.61 189.33 -
System Red Green Blue C M Y K H S L
Decimal 208 99 15 0 0.52 0.93 0.18 26.11 0.87 0.44
Hex D0 63 F 0 34 5D 12 1A 57 2C
Octal 320 143 17 0 64 135 22 32 127 54
Binary 11010000 1100011 1111 0 110100 1011101 10010 11010 1010111 101100

Color Harmonies of #D0630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0630F

Black with #D0630F

Text Example


Text Example

White with #D0630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0630F; }

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

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

background-color css

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

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

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

border-color css

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

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

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