Html Css Color HEX #D9630B Tenne (Tawny)

📋 copy color: '#D9630B'

red 217 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #D9630B

Tints of Tenne (Tawny) #D9630B

RGB

 RED value IS 217 (85.16% from 255) = 66.36%

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

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

R = 66.36%
G = 30.28%
B = 3.36%

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

#D9630B (or 0xD9630B) is known color: Tenne (Tawny). HEX triplet: D9, 63 and 0B. RGB value is (217,99,11). Sum of RGB (Red+Green+Blue) = 217+99+11=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9630B is #269CF4. Grayscale: #7C7C7C. Windows color (decimal): -2530549 or 746457. OLE color: 746457.

HSL color Cylindrical-coordinate representation of color #D9630B: hue angle of 25.63º 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 #D9630B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 99 11 -
CMYK 0 0.54 0.95 0.15
HSL 25.63º 0.9% 0.45% -
HSV(B) 25.63º 0.95% 0.85% -
XYZ 33.14 23.7 3.14 -
YUV 124.25 64.09 194.16 -
System Red Green Blue C M Y K H S L
Decimal 217 99 11 0 0.54 0.95 0.15 25.63 0.9 0.45
Hex D9 63 B 0 36 5F F 1A 5A 2D
Octal 331 143 13 0 66 137 17 32 132 55
Binary 11011001 1100011 1011 0 110110 1011111 1111 11010 1011010 101101

Color Harmonies of #D9630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9630B

Black with #D9630B

Text Example


Text Example

White with #D9630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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