Html Css Color HEX #C17802 Dark Goldenrod

📋 copy color: '#C17802'

red 193 ◦ green 120 ◦ blue 2

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

Shades of Dark Goldenrod #C17802

Tints of Dark Goldenrod #C17802

RGB

 RED value IS 193 (75.78% from 255) = 61.27%

 GREEN value IS 120 (47.27% from 255) = 38.1%

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

R = 61.27%
G = 38.1%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C17802 (or 0xC17802) is known color: Dark Goldenrod. HEX triplet: C1, 78 and 02. RGB value is (193,120,2). Sum of RGB (Red+Green+Blue) = 193+120+2=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C17802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17802 is #3E87FD. Grayscale: #808080. Windows color (decimal): -4098046 or 161985. OLE color: 161985.

HSL color Cylindrical-coordinate representation of color #C17802: hue angle of 37.07º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C17802 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 120 2 -
CMYK 0 0.38 0.99 0.24
HSL 37.07º 0.98% 0.38% -
HSV(B) 37.07º 0.99% 0.76% -
XYZ 28.72 24.77 3.33 -
YUV 128.38 56.68 174.09 -
System Red Green Blue C M Y K H S L
Decimal 193 120 2 0 0.38 0.99 0.24 37.07 0.98 0.38
Hex C1 78 2 0 26 63 18 25 62 26
Octal 301 170 2 0 46 143 30 45 142 46
Binary 11000001 1111000 10 0 100110 1100011 11000 100101 1100010 100110

Color Harmonies of #C17802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17802

Black with #C17802

Text Example


Text Example

White with #C17802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17802; }

 p { color: rgb(193,120,2); }

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

background-color css

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

 a { background-color: rgb(193,120,2); }

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

border-color css

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

 span { border-color: rgb(193,120,2); }

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