Html Css Color HEX #C6880D Dark Goldenrod

📋 copy color: '#C6880D'

red 198 ◦ green 136 ◦ blue 13

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

Shades of Dark Goldenrod #C6880D

Tints of Dark Goldenrod #C6880D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.75%

R = 57.06%
G = 39.19%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6880D (or 0xC6880D) is known color: Dark Goldenrod. HEX triplet: C6, 88 and 0D. RGB value is (198,136,13). Sum of RGB (Red+Green+Blue) = 198+136+13=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6880D is #3977F2. Grayscale: #8D8D8D. Windows color (decimal): -3766259 or 886982. OLE color: 886982.

HSL color Cylindrical-coordinate representation of color #C6880D: hue angle of 39.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6880D is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 136 13 -
CMYK 0 0.31 0.93 0.22
HSL 39.89º 0.88% 0.41% -
HSV(B) 39.89º 0.93% 0.78% -
XYZ 32.17 29.64 4.41 -
YUV 140.52 56.04 169 -
System Red Green Blue C M Y K H S L
Decimal 198 136 13 0 0.31 0.93 0.22 39.89 0.88 0.41
Hex C6 88 D 0 1F 5D 16 28 58 29
Octal 306 210 15 0 37 135 26 50 130 51
Binary 11000110 10001000 1101 0 11111 1011101 10110 101000 1011000 101001

Color Harmonies of #C6880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6880D

Black with #C6880D

Text Example


Text Example

White with #C6880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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