Html Css Color HEX #C69011 Dark Goldenrod

📋 copy color: '#C69011'

red 198 ◦ green 144 ◦ blue 17

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

Shades of Dark Goldenrod #C69011

Tints of Dark Goldenrod #C69011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.74%

R = 55.15%
G = 40.11%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C69011 (or 0xC69011) is known color: Dark Goldenrod. HEX triplet: C6, 90 and 11. RGB value is (198,144,17). Sum of RGB (Red+Green+Blue) = 198+144+17=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C69011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69011 is #396FEE. Grayscale: #929292. Windows color (decimal): -3764207 or 1151174. OLE color: 1151174.

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

Color convert

RGB 198 144 17 -
CMYK 0 0.27 0.91 0.22
HSL 42.1º 0.84% 0.42% -
HSV(B) 42.1º 0.91% 0.78% -
XYZ 33.36 31.99 4.95 -
YUV 145.67 55.39 165.33 -
System Red Green Blue C M Y K H S L
Decimal 198 144 17 0 0.27 0.91 0.22 42.1 0.84 0.42
Hex C6 90 11 0 1B 5B 16 2A 54 2A
Octal 306 220 21 0 33 133 26 52 124 52
Binary 11000110 10010000 10001 0 11011 1011011 10110 101010 1010100 101010

Color Harmonies of #C69011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69011

Black with #C69011

Text Example


Text Example

White with #C69011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69011; }

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

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

background-color css

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

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

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

border-color css

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

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

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