Html Css Color HEX #C68702 Dark Goldenrod

📋 copy color: '#C68702'

red 198 ◦ green 135 ◦ blue 2

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

Shades of Dark Goldenrod #C68702

Tints of Dark Goldenrod #C68702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.3%

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

R = 59.1%
G = 40.3%
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

#C68702 (or 0xC68702) is known color: Dark Goldenrod. HEX triplet: C6, 87 and 02. RGB value is (198,135,2). Sum of RGB (Red+Green+Blue) = 198+135+2=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C68702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68702 is #3978FD. Grayscale: #8B8B8B. Windows color (decimal): -3766526 or 165830. OLE color: 165830.

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

Color convert

RGB 198 135 2 -
CMYK 0 0.32 0.99 0.22
HSL 40.71º 0.98% 0.39% -
HSV(B) 40.71º 0.99% 0.78% -
XYZ 31.96 29.34 4.04 -
YUV 138.68 50.87 170.31 -
System Red Green Blue C M Y K H S L
Decimal 198 135 2 0 0.32 0.99 0.22 40.71 0.98 0.39
Hex C6 87 2 0 20 63 16 29 62 27
Octal 306 207 2 0 40 143 26 51 142 47
Binary 11000110 10000111 10 0 100000 1100011 10110 101001 1100010 100111

Color Harmonies of #C68702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68702

Black with #C68702

Text Example


Text Example

White with #C68702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68702; }

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

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

background-color css

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

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

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

border-color css

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

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

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