Html Css Color HEX #C68814 Dark Goldenrod

📋 copy color: '#C68814'

red 198 ◦ green 136 ◦ blue 20

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

Shades of Dark Goldenrod #C68814

Tints of Dark Goldenrod #C68814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.42%

 BLUE value IS 20 (8.2% from 255) = 5.65%

R = 55.93%
G = 38.42%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C68814 (or 0xC68814) is known color: Dark Goldenrod. HEX triplet: C6, 88 and 14. RGB value is (198,136,20). Sum of RGB (Red+Green+Blue) = 198+136+20=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C68814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68814 is #3977EB. Grayscale: #8D8D8D. Windows color (decimal): -3766252 or 1345734. OLE color: 1345734.

HSL color Cylindrical-coordinate representation of color #C68814: hue angle of 39.1º 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 #C68814 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 136 20 -
CMYK 0 0.31 0.90 0.22
HSL 39.1º 0.82% 0.43% -
HSV(B) 39.1º 0.9% 0.78% -
XYZ 32.22 29.66 4.69 -
YUV 141.31 59.54 168.43 -
System Red Green Blue C M Y K H S L
Decimal 198 136 20 0 0.31 0.90 0.22 39.1 0.82 0.43
Hex C6 88 14 0 1F 5A 16 27 52 2B
Octal 306 210 24 0 37 132 26 47 122 53
Binary 11000110 10001000 10100 0 11111 1011010 10110 100111 1010010 101011

Color Harmonies of #C68814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68814

Black with #C68814

Text Example


Text Example

White with #C68814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68814; }

 p { color: rgb(198,136,20); }

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

background-color css

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

 a { background-color: rgb(198,136,20); }

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

border-color css

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

 span { border-color: rgb(198,136,20); }

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