Html Css Color HEX #C68602 Dark Goldenrod

📋 copy color: '#C68602'

red 198 ◦ green 134 ◦ blue 2

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

Shades of Dark Goldenrod #C68602

Tints of Dark Goldenrod #C68602

RGB

 RED value IS 198 (77.73% from 255) = 59.28%

 GREEN value IS 134 (52.73% from 255) = 40.12%

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

R = 59.28%
G = 40.12%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C68602 (or 0xC68602) is known color: Dark Goldenrod. HEX triplet: C6, 86 and 02. RGB value is (198,134,2). Sum of RGB (Red+Green+Blue) = 198+134+2=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C68602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68602 is #3979FD. Grayscale: #8A8A8A. Windows color (decimal): -3766782 or 165574. OLE color: 165574.

HSL color Cylindrical-coordinate representation of color #C68602: hue angle of 40.41º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C68602 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 134 2 -
CMYK 0 0.32 0.99 0.22
HSL 40.41º 0.98% 0.39% -
HSV(B) 40.41º 0.99% 0.78% -
XYZ 31.82 29.06 3.99 -
YUV 138.09 51.2 170.73 -
System Red Green Blue C M Y K H S L
Decimal 198 134 2 0 0.32 0.99 0.22 40.41 0.98 0.39
Hex C6 86 2 0 20 63 16 28 62 27
Octal 306 206 2 0 40 143 26 50 142 47
Binary 11000110 10000110 10 0 100000 1100011 10110 101000 1100010 100111

Color Harmonies of #C68602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68602

Black with #C68602

Text Example


Text Example

White with #C68602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68602; }

 p { color: rgb(198,134,2); }

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

background-color css

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

 a { background-color: rgb(198,134,2); }

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

border-color css

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

 span { border-color: rgb(198,134,2); }

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