Html Css Color HEX #D75D02 Tenne (Tawny)

📋 copy color: '#D75D02'

red 215 ◦ green 93 ◦ blue 2

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

Shades of Tenne (Tawny) #D75D02

Tints of Tenne (Tawny) #D75D02

RGB

 RED value IS 215 (84.38% from 255) = 69.35%

 GREEN value IS 93 (36.72% from 255) = 30%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 69.35%
G = 30%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D75D02 (or 0xD75D02) is known color: Tenne (Tawny). HEX triplet: D7, 5D and 02. RGB value is (215,93,2). Sum of RGB (Red+Green+Blue) = 215+93+2=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75D02 is #28A2FD. Grayscale: #777777. Windows color (decimal): -2663166 or 155095. OLE color: 155095.

HSL color Cylindrical-coordinate representation of color #D75D02: hue angle of 25.63º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D75D02 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 93 2 -
CMYK 0 0.57 0.99 0.16
HSL 25.63º 0.98% 0.43% -
HSV(B) 25.63º 0.99% 0.84% -
XYZ 31.95 22.28 2.67 -
YUV 119.1 61.92 196.4 -
System Red Green Blue C M Y K H S L
Decimal 215 93 2 0 0.57 0.99 0.16 25.63 0.98 0.43
Hex D7 5D 2 0 39 63 10 1A 62 2B
Octal 327 135 2 0 71 143 20 32 142 53
Binary 11010111 1011101 10 0 111001 1100011 10000 11010 1100010 101011

Color Harmonies of #D75D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75D02

Black with #D75D02

Text Example


Text Example

White with #D75D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75D02; }

 p { color: rgb(215,93,2); }

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

background-color css

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

 a { background-color: rgb(215,93,2); }

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

border-color css

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

 span { border-color: rgb(215,93,2); }

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