Html Css Color HEX #D8630B Tenne (Tawny)

📋 copy color: '#D8630B'

red 216 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #D8630B

Tints of Tenne (Tawny) #D8630B

RGB

 RED value IS 216 (84.77% from 255) = 66.26%

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

 BLUE value IS 11 (4.69% from 255) = 3.37%

R = 66.26%
G = 30.37%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8630B (or 0xD8630B) is known color: Tenne (Tawny). HEX triplet: D8, 63 and 0B. RGB value is (216,99,11). Sum of RGB (Red+Green+Blue) = 216+99+11=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8630B is #279CF4. Grayscale: #7C7C7C. Windows color (decimal): -2596085 or 746456. OLE color: 746456.

HSL color Cylindrical-coordinate representation of color #D8630B: hue angle of 25.76º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8630B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 99 11 -
CMYK 0 0.54 0.95 0.15
HSL 25.76º 0.9% 0.45% -
HSV(B) 25.76º 0.95% 0.85% -
XYZ 32.84 23.55 3.13 -
YUV 123.95 64.26 193.66 -
System Red Green Blue C M Y K H S L
Decimal 216 99 11 0 0.54 0.95 0.15 25.76 0.9 0.45
Hex D8 63 B 0 36 5F F 1A 5A 2D
Octal 330 143 13 0 66 137 17 32 132 55
Binary 11011000 1100011 1011 0 110110 1011111 1111 11010 1011010 101101

Color Harmonies of #D8630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8630B

Black with #D8630B

Text Example


Text Example

White with #D8630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8630B; }

 p { color: rgb(216,99,11); }

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

background-color css

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

 a { background-color: rgb(216,99,11); }

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

border-color css

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

 span { border-color: rgb(216,99,11); }

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