Html Css Color HEX #C68701 Dark Goldenrod

📋 copy color: '#C68701'

red 198 ◦ green 135 ◦ blue 1

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

Shades of Dark Goldenrod #C68701

Tints of Dark Goldenrod #C68701

RGB

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

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

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

R = 59.28%
G = 40.42%
B = 0.3%

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

#C68701 (or 0xC68701) is known color: Dark Goldenrod. HEX triplet: C6, 87 and 01. RGB value is (198,135,1). Sum of RGB (Red+Green+Blue) = 198+135+1=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C68701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68701 is #3978FE. Grayscale: #8B8B8B. Windows color (decimal): -3766527 or 100294. OLE color: 100294.

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

Color convert

RGB 198 135 1 -
CMYK 0 0.32 0.99 0.22
HSL 40.81º 0.99% 0.39% -
HSV(B) 40.81º 0.99% 0.78% -
XYZ 31.96 29.34 4.01 -
YUV 138.56 50.37 170.4 -
System Red Green Blue C M Y K H S L
Decimal 198 135 1 0 0.32 0.99 0.22 40.81 0.99 0.39
Hex C6 87 1 0 20 63 16 29 63 27
Octal 306 207 1 0 40 143 26 51 143 47
Binary 11000110 10000111 1 0 100000 1100011 10110 101001 1100011 100111

Color Harmonies of #C68701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68701

Black with #C68701

Text Example


Text Example

White with #C68701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68701; }

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

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

background-color css

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

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

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

border-color css

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

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

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