Html Css Color HEX #C68A13 Dark Goldenrod

📋 copy color: '#C68A13'

red 198 ◦ green 138 ◦ blue 19

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

Shades of Dark Goldenrod #C68A13

Tints of Dark Goldenrod #C68A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.35%

R = 55.77%
G = 38.87%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C68A13 (or 0xC68A13) is known color: Dark Goldenrod. HEX triplet: C6, 8A and 13. RGB value is (198,138,19). Sum of RGB (Red+Green+Blue) = 198+138+19=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68A13 is #3975EC. Grayscale: #8E8E8E. Windows color (decimal): -3765741 or 1280710. OLE color: 1280710.

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

Color convert

RGB 198 138 19 -
CMYK 0 0.30 0.90 0.22
HSL 39.89º 0.82% 0.43% -
HSV(B) 39.89º 0.9% 0.78% -
XYZ 32.49 30.23 4.74 -
YUV 142.37 58.38 167.68 -
System Red Green Blue C M Y K H S L
Decimal 198 138 19 0 0.30 0.90 0.22 39.89 0.82 0.43
Hex C6 8A 13 0 1E 5A 16 28 52 2B
Octal 306 212 23 0 36 132 26 50 122 53
Binary 11000110 10001010 10011 0 11110 1011010 10110 101000 1010010 101011

Color Harmonies of #C68A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68A13

Black with #C68A13

Text Example


Text Example

White with #C68A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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