Html Css Color HEX #C68C15 Dark Goldenrod

📋 copy color: '#C68C15'

red 198 ◦ green 140 ◦ blue 21

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

Shades of Dark Goldenrod #C68C15

Tints of Dark Goldenrod #C68C15

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39%

 BLUE value IS 21 (8.59% from 255) = 5.85%

R = 55.15%
G = 39%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C68C15 (or 0xC68C15) is known color: Dark Goldenrod. HEX triplet: C6, 8C and 15. RGB value is (198,140,21). Sum of RGB (Red+Green+Blue) = 198+140+21=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68C15 is #3973EA. Grayscale: #909090. Windows color (decimal): -3765227 or 1412294. OLE color: 1412294.

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

Color convert

RGB 198 140 21 -
CMYK 0 0.29 0.89 0.22
HSL 40.34º 0.81% 0.43% -
HSV(B) 40.34º 0.89% 0.78% -
XYZ 32.8 30.82 4.93 -
YUV 143.78 58.72 166.68 -
System Red Green Blue C M Y K H S L
Decimal 198 140 21 0 0.29 0.89 0.22 40.34 0.81 0.43
Hex C6 8C 15 0 1D 59 16 28 51 2B
Octal 306 214 25 0 35 131 26 50 121 53
Binary 11000110 10001100 10101 0 11101 1011001 10110 101000 1010001 101011

Color Harmonies of #C68C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C15

Black with #C68C15

Text Example


Text Example

White with #C68C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C15; }

 p { color: rgb(198,140,21); }

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

background-color css

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

 a { background-color: rgb(198,140,21); }

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

border-color css

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

 span { border-color: rgb(198,140,21); }

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