Html Css Color HEX #C69200 Dark Goldenrod

📋 copy color: '#C69200'

red 198 ◦ green 146 ◦ blue 0

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

Shades of Dark Goldenrod #C69200

Tints of Dark Goldenrod #C69200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.56%
G = 42.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C69200 (or 0xC69200) is known color: Dark Goldenrod. HEX triplet: C6, 92 and 00. RGB value is (198,146,0). Sum of RGB (Red+Green+Blue) = 198+146+0=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C69200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69200 is #396DFF. Grayscale: #919191. Windows color (decimal): -3763712 or 37574. OLE color: 37574.

HSL color Cylindrical-coordinate representation of color #C69200: hue angle of 44.24º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C69200 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 146 0 -
CMYK 0 0.26 1 0.22
HSL 44.24º 1% 0.39% -
HSV(B) 44.24º 1% 0.78% -
XYZ 33.57 32.56 4.52 -
YUV 144.9 46.23 165.87 -
System Red Green Blue C M Y K H S L
Decimal 198 146 0 0 0.26 1 0.22 44.24 1 0.39
Hex C6 92 0 0 1A 64 16 2C 64 27
Octal 306 222 0 0 32 144 26 54 144 47
Binary 11000110 10010010 0 0 11010 1100100 10110 101100 1100100 100111

Color Harmonies of #C69200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69200

Black with #C69200

Text Example


Text Example

White with #C69200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69200; }

 p { color: rgb(198,146,0); }

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

background-color css

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

 a { background-color: rgb(198,146,0); }

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

border-color css

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

 span { border-color: rgb(198,146,0); }

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