Html Css Color HEX #CD6D02 Tenne (Tawny)

📋 copy color: '#CD6D02'

red 205 ◦ green 109 ◦ blue 2

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

Shades of Tenne (Tawny) #CD6D02

Tints of Tenne (Tawny) #CD6D02

RGB

 RED value IS 205 (80.47% from 255) = 64.87%

 GREEN value IS 109 (42.97% from 255) = 34.49%

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

R = 64.87%
G = 34.49%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD6D02 (or 0xCD6D02) is known color: Tenne (Tawny). HEX triplet: CD, 6D and 02. RGB value is (205,109,2). Sum of RGB (Red+Green+Blue) = 205+109+2=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6D02 is #3292FD. Grayscale: #7E7E7E. Windows color (decimal): -3314430 or 159181. OLE color: 159181.

HSL color Cylindrical-coordinate representation of color #CD6D02: hue angle of 31.63º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD6D02 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 109 2 -
CMYK 0 0.47 0.99 0.20
HSL 31.63º 0.98% 0.41% -
HSV(B) 31.63º 0.99% 0.8% -
XYZ 30.66 23.92 3.06 -
YUV 125.51 58.3 184.7 -
System Red Green Blue C M Y K H S L
Decimal 205 109 2 0 0.47 0.99 0.20 31.63 0.98 0.41
Hex CD 6D 2 0 2F 63 14 20 62 29
Octal 315 155 2 0 57 143 24 40 142 51
Binary 11001101 1101101 10 0 101111 1100011 10100 100000 1100010 101001

Color Harmonies of #CD6D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6D02

Black with #CD6D02

Text Example


Text Example

White with #CD6D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6D02; }

 p { color: rgb(205,109,2); }

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

background-color css

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

 a { background-color: rgb(205,109,2); }

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

border-color css

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

 span { border-color: rgb(205,109,2); }

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