Html Css Color HEX #C68A17 Dark Goldenrod

📋 copy color: '#C68A17'

red 198 ◦ green 138 ◦ blue 23

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

Shades of Dark Goldenrod #C68A17

Tints of Dark Goldenrod #C68A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.41%

R = 55.15%
G = 38.44%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C68A17 (or 0xC68A17) is known color: Dark Goldenrod. HEX triplet: C6, 8A and 17. RGB value is (198,138,23). Sum of RGB (Red+Green+Blue) = 198+138+23=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68A17 is #3975E8. Grayscale: #8F8F8F. Windows color (decimal): -3765737 or 1542854. OLE color: 1542854.

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

Color convert

RGB 198 138 23 -
CMYK 0 0.30 0.88 0.22
HSL 39.43º 0.79% 0.43% -
HSV(B) 39.43º 0.88% 0.78% -
XYZ 32.53 30.24 4.93 -
YUV 142.83 60.38 167.35 -
System Red Green Blue C M Y K H S L
Decimal 198 138 23 0 0.30 0.88 0.22 39.43 0.79 0.43
Hex C6 8A 17 0 1E 58 16 27 4F 2B
Octal 306 212 27 0 36 130 26 47 117 53
Binary 11000110 10001010 10111 0 11110 1011000 10110 100111 1001111 101011

Color Harmonies of #C68A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68A17

Black with #C68A17

Text Example


Text Example

White with #C68A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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