Html Css Color HEX #C68501 Dark Goldenrod

📋 copy color: '#C68501'

red 198 ◦ green 133 ◦ blue 1

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

Shades of Dark Goldenrod #C68501

Tints of Dark Goldenrod #C68501

RGB

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

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

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

R = 59.64%
G = 40.06%
B = 0.3%

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

#C68501 (or 0xC68501) is known color: Dark Goldenrod. HEX triplet: C6, 85 and 01. RGB value is (198,133,1). Sum of RGB (Red+Green+Blue) = 198+133+1=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C68501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68501 is #397AFE. Grayscale: #898989. Windows color (decimal): -3767039 or 99782. OLE color: 99782.

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

Color convert

RGB 198 133 1 -
CMYK 0 0.33 0.99 0.22
HSL 40.2º 0.99% 0.39% -
HSV(B) 40.2º 0.99% 0.78% -
XYZ 31.68 28.78 3.91 -
YUV 137.39 51.03 171.23 -
System Red Green Blue C M Y K H S L
Decimal 198 133 1 0 0.33 0.99 0.22 40.2 0.99 0.39
Hex C6 85 1 0 21 63 16 28 63 27
Octal 306 205 1 0 41 143 26 50 143 47
Binary 11000110 10000101 1 0 100001 1100011 10110 101000 1100011 100111

Color Harmonies of #C68501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68501

Black with #C68501

Text Example


Text Example

White with #C68501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68501; }

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

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

background-color css

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

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

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

border-color css

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

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

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