Html Css Color HEX #C68915 Dark Goldenrod

📋 copy color: '#C68915'

red 198 ◦ green 137 ◦ blue 21

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

Shades of Dark Goldenrod #C68915

Tints of Dark Goldenrod #C68915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

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

R = 55.62%
G = 38.48%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C68915 (or 0xC68915) is known color: Dark Goldenrod. HEX triplet: C6, 89 and 15. RGB value is (198,137,21). Sum of RGB (Red+Green+Blue) = 198+137+21=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C68915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68915 is #3976EA. Grayscale: #8E8E8E. Windows color (decimal): -3765995 or 1411526. OLE color: 1411526.

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

Color convert

RGB 198 137 21 -
CMYK 0 0.31 0.89 0.22
HSL 39.32º 0.81% 0.43% -
HSV(B) 39.32º 0.89% 0.78% -
XYZ 32.37 29.95 4.78 -
YUV 142.02 59.71 167.93 -
System Red Green Blue C M Y K H S L
Decimal 198 137 21 0 0.31 0.89 0.22 39.32 0.81 0.43
Hex C6 89 15 0 1F 59 16 27 51 2B
Octal 306 211 25 0 37 131 26 47 121 53
Binary 11000110 10001001 10101 0 11111 1011001 10110 100111 1010001 101011

Color Harmonies of #C68915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68915

Black with #C68915

Text Example


Text Example

White with #C68915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68915; }

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

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

background-color css

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

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

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

border-color css

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

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

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