Html Css Color HEX #C68005 Dark Goldenrod

📋 copy color: '#C68005'

red 198 ◦ green 128 ◦ blue 5

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

Shades of Dark Goldenrod #C68005

Tints of Dark Goldenrod #C68005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 59.82%
G = 38.67%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C68005 (or 0xC68005) is known color: Dark Goldenrod. HEX triplet: C6, 80 and 05. RGB value is (198,128,5). Sum of RGB (Red+Green+Blue) = 198+128+5=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C68005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68005 is #397FFA. Grayscale: #878787. Windows color (decimal): -3768315 or 360646. OLE color: 360646.

HSL color Cylindrical-coordinate representation of color #C68005: hue angle of 38.24º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C68005 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 5 -
CMYK 0 0.35 0.97 0.22
HSL 38.24º 0.95% 0.4% -
HSV(B) 38.24º 0.97% 0.78% -
XYZ 31.04 27.46 3.81 -
YUV 134.91 54.69 173 -
System Red Green Blue C M Y K H S L
Decimal 198 128 5 0 0.35 0.97 0.22 38.24 0.95 0.4
Hex C6 80 5 0 23 61 16 26 5F 28
Octal 306 200 5 0 43 141 26 46 137 50
Binary 11000110 10000000 101 0 100011 1100001 10110 100110 1011111 101000

Color Harmonies of #C68005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68005

Black with #C68005

Text Example


Text Example

White with #C68005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68005; }

 p { color: rgb(198,128,5); }

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

background-color css

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

 a { background-color: rgb(198,128,5); }

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

border-color css

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

 span { border-color: rgb(198,128,5); }

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