Html Css Color HEX #C6900C Dark Goldenrod

📋 copy color: '#C6900C'

red 198 ◦ green 144 ◦ blue 12

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

Shades of Dark Goldenrod #C6900C

Tints of Dark Goldenrod #C6900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

 BLUE value IS 12 (5.08% from 255) = 3.39%

R = 55.93%
G = 40.68%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6900C (or 0xC6900C) is known color: Dark Goldenrod. HEX triplet: C6, 90 and 0C. RGB value is (198,144,12). Sum of RGB (Red+Green+Blue) = 198+144+12=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6900C is #396FF3. Grayscale: #919191. Windows color (decimal): -3764212 or 823494. OLE color: 823494.

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

Color convert

RGB 198 144 12 -
CMYK 0 0.27 0.94 0.22
HSL 42.58º 0.89% 0.41% -
HSV(B) 42.58º 0.94% 0.78% -
XYZ 33.33 31.98 4.76 -
YUV 145.1 52.89 165.73 -
System Red Green Blue C M Y K H S L
Decimal 198 144 12 0 0.27 0.94 0.22 42.58 0.89 0.41
Hex C6 90 C 0 1B 5E 16 2B 59 29
Octal 306 220 14 0 33 136 26 53 131 51
Binary 11000110 10010000 1100 0 11011 1011110 10110 101011 1011001 101001

Color Harmonies of #C6900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6900C

Black with #C6900C

Text Example


Text Example

White with #C6900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6900C; }

 p { color: rgb(198,144,12); }

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

background-color css

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

 a { background-color: rgb(198,144,12); }

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

border-color css

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

 span { border-color: rgb(198,144,12); }

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