Html Css Color HEX #D0530B Tenne (Tawny)

📋 copy color: '#D0530B'

red 208 ◦ green 83 ◦ blue 11

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

Shades of Tenne (Tawny) #D0530B

Tints of Tenne (Tawny) #D0530B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

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

R = 68.87%
G = 27.48%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0530B (or 0xD0530B) is known color: Tenne (Tawny). HEX triplet: D0, 53 and 0B. RGB value is (208,83,11). Sum of RGB (Red+Green+Blue) = 208+83+11=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0530B is #2FACF4. Grayscale: #707070. Windows color (decimal): -3124469 or 742352. OLE color: 742352.

HSL color Cylindrical-coordinate representation of color #D0530B: hue angle of 21.93º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0530B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 83 11 -
CMYK 0 0.60 0.95 0.18
HSL 21.93º 0.9% 0.43% -
HSV(B) 21.93º 0.95% 0.82% -
XYZ 29.17 19.62 2.57 -
YUV 112.17 70.91 196.35 -
System Red Green Blue C M Y K H S L
Decimal 208 83 11 0 0.60 0.95 0.18 21.93 0.9 0.43
Hex D0 53 B 0 3C 5F 12 16 5A 2B
Octal 320 123 13 0 74 137 22 26 132 53
Binary 11010000 1010011 1011 0 111100 1011111 10010 10110 1011010 101011

Color Harmonies of #D0530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0530B

Black with #D0530B

Text Example


Text Example

White with #D0530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0530B; }

 p { color: rgb(208,83,11); }

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

background-color css

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

 a { background-color: rgb(208,83,11); }

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

border-color css

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

 span { border-color: rgb(208,83,11); }

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