Html Css Color HEX #C68301 Dark Goldenrod

📋 copy color: '#C68301'

red 198 ◦ green 131 ◦ blue 1

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

Shades of Dark Goldenrod #C68301

Tints of Dark Goldenrod #C68301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 60%
G = 39.7%
B = 0.3%

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

#C68301 (or 0xC68301) is known color: Dark Goldenrod. HEX triplet: C6, 83 and 01. RGB value is (198,131,1). Sum of RGB (Red+Green+Blue) = 198+131+1=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C68301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68301 is #397CFE. Grayscale: #888888. Windows color (decimal): -3767551 or 99270. OLE color: 99270.

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

Color convert

RGB 198 131 1 -
CMYK 0 0.34 0.99 0.22
HSL 39.59º 0.99% 0.39% -
HSV(B) 39.59º 0.99% 0.78% -
XYZ 31.41 28.24 3.82 -
YUV 136.21 51.7 172.07 -
System Red Green Blue C M Y K H S L
Decimal 198 131 1 0 0.34 0.99 0.22 39.59 0.99 0.39
Hex C6 83 1 0 22 63 16 28 63 27
Octal 306 203 1 0 42 143 26 50 143 47
Binary 11000110 10000011 1 0 100010 1100011 10110 101000 1100011 100111

Color Harmonies of #C68301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68301

Black with #C68301

Text Example


Text Example

White with #C68301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68301; }

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

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

background-color css

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

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

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

border-color css

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

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

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