Html Css Color HEX #C68A00 Dark Goldenrod

📋 copy color: '#C68A00'

red 198 ◦ green 138 ◦ blue 0

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

Shades of Dark Goldenrod #C68A00

Tints of Dark Goldenrod #C68A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.93%
G = 41.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C68A00 (or 0xC68A00) is known color: Dark Goldenrod. HEX triplet: C6, 8A and 00. RGB value is (198,138,0). Sum of RGB (Red+Green+Blue) = 198+138+0=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68A00 is #3975FF. Grayscale: #8C8C8C. Windows color (decimal): -3765760 or 35526. OLE color: 35526.

HSL color Cylindrical-coordinate representation of color #C68A00: hue angle of 41.82º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C68A00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 138 0 -
CMYK 0 0.30 1 0.22
HSL 41.82º 1% 0.39% -
HSV(B) 41.82º 1% 0.78% -
XYZ 32.38 30.18 4.12 -
YUV 140.21 48.88 169.22 -
System Red Green Blue C M Y K H S L
Decimal 198 138 0 0 0.30 1 0.22 41.82 1 0.39
Hex C6 8A 0 0 1E 64 16 2A 64 27
Octal 306 212 0 0 36 144 26 52 144 47
Binary 11000110 10001010 0 0 11110 1100100 10110 101010 1100100 100111

Color Harmonies of #C68A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68A00

Black with #C68A00

Text Example


Text Example

White with #C68A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68A00; }

 p { color: rgb(198,138,0); }

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

background-color css

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

 a { background-color: rgb(198,138,0); }

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

border-color css

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

 span { border-color: rgb(198,138,0); }

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