Html Css Color HEX #C68714 Dark Goldenrod

📋 copy color: '#C68714'

red 198 ◦ green 135 ◦ blue 20

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

Shades of Dark Goldenrod #C68714

Tints of Dark Goldenrod #C68714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.24%

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

R = 56.09%
G = 38.24%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C68714 (or 0xC68714) is known color: Dark Goldenrod. HEX triplet: C6, 87 and 14. RGB value is (198,135,20). Sum of RGB (Red+Green+Blue) = 198+135+20=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C68714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68714 is #3978EB. Grayscale: #8D8D8D. Windows color (decimal): -3766508 or 1345478. OLE color: 1345478.

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

Color convert

RGB 198 135 20 -
CMYK 0 0.32 0.90 0.22
HSL 38.76º 0.82% 0.43% -
HSV(B) 38.76º 0.9% 0.78% -
XYZ 32.08 29.38 4.64 -
YUV 140.73 59.87 168.85 -
System Red Green Blue C M Y K H S L
Decimal 198 135 20 0 0.32 0.90 0.22 38.76 0.82 0.43
Hex C6 87 14 0 20 5A 16 27 52 2B
Octal 306 207 24 0 40 132 26 47 122 53
Binary 11000110 10000111 10100 0 100000 1011010 10110 100111 1010010 101011

Color Harmonies of #C68714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68714

Black with #C68714

Text Example


Text Example

White with #C68714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68714; }

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

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

background-color css

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

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

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

border-color css

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

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

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