Html Css Color HEX #C68502 Dark Goldenrod

📋 copy color: '#C68502'

red 198 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #C68502

Tints of Dark Goldenrod #C68502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.94%

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

R = 59.46%
G = 39.94%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C68502 (or 0xC68502) is known color: Dark Goldenrod. HEX triplet: C6, 85 and 02. RGB value is (198,133,2). Sum of RGB (Red+Green+Blue) = 198+133+2=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C68502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68502 is #397AFD. Grayscale: #8A8A8A. Windows color (decimal): -3767038 or 165318. OLE color: 165318.

HSL color Cylindrical-coordinate representation of color #C68502: hue angle of 40.1º 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 #C68502 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 133 2 -
CMYK 0 0.33 0.99 0.22
HSL 40.1º 0.98% 0.39% -
HSV(B) 40.1º 0.99% 0.78% -
XYZ 31.69 28.79 3.94 -
YUV 137.5 51.53 171.15 -
System Red Green Blue C M Y K H S L
Decimal 198 133 2 0 0.33 0.99 0.22 40.1 0.98 0.39
Hex C6 85 2 0 21 63 16 28 62 27
Octal 306 205 2 0 41 143 26 50 142 47
Binary 11000110 10000101 10 0 100001 1100011 10110 101000 1100010 100111

Color Harmonies of #C68502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68502

Black with #C68502

Text Example


Text Example

White with #C68502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68502; }

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

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

background-color css

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

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

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

border-color css

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

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

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