Html Css Color HEX #C68302 Dark Goldenrod

📋 copy color: '#C68302'

red 198 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #C68302

Tints of Dark Goldenrod #C68302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.58%

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

R = 59.82%
G = 39.58%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C68302 (or 0xC68302) is known color: Dark Goldenrod. HEX triplet: C6, 83 and 02. RGB value is (198,131,2). Sum of RGB (Red+Green+Blue) = 198+131+2=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C68302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68302 is #397CFD. Grayscale: #888888. Windows color (decimal): -3767550 or 164806. OLE color: 164806.

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

Color convert

RGB 198 131 2 -
CMYK 0 0.34 0.99 0.22
HSL 39.49º 0.98% 0.39% -
HSV(B) 39.49º 0.99% 0.78% -
XYZ 31.42 28.24 3.85 -
YUV 136.33 52.2 171.99 -
System Red Green Blue C M Y K H S L
Decimal 198 131 2 0 0.34 0.99 0.22 39.49 0.98 0.39
Hex C6 83 2 0 22 63 16 27 62 27
Octal 306 203 2 0 42 143 26 47 142 47
Binary 11000110 10000011 10 0 100010 1100011 10110 100111 1100010 100111

Color Harmonies of #C68302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68302

Black with #C68302

Text Example


Text Example

White with #C68302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68302; }

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

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

background-color css

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

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

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

border-color css

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

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

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