Html Css Color HEX #C69303 Dark Goldenrod

📋 copy color: '#C69303'

red 198 ◦ green 147 ◦ blue 3

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

Shades of Dark Goldenrod #C69303

Tints of Dark Goldenrod #C69303

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 56.9%
G = 42.24%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C69303 (or 0xC69303) is known color: Dark Goldenrod. HEX triplet: C6, 93 and 03. RGB value is (198,147,3). Sum of RGB (Red+Green+Blue) = 198+147+3=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C69303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69303 is #396CFC. Grayscale: #929292. Windows color (decimal): -3763453 or 234438. OLE color: 234438.

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

Color convert

RGB 198 147 3 -
CMYK 0 0.26 0.98 0.22
HSL 44.31º 0.97% 0.39% -
HSV(B) 44.31º 0.98% 0.78% -
XYZ 33.74 32.88 4.65 -
YUV 145.83 47.4 165.21 -
System Red Green Blue C M Y K H S L
Decimal 198 147 3 0 0.26 0.98 0.22 44.31 0.97 0.39
Hex C6 93 3 0 1A 62 16 2C 61 27
Octal 306 223 3 0 32 142 26 54 141 47
Binary 11000110 10010011 11 0 11010 1100010 10110 101100 1100001 100111

Color Harmonies of #C69303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69303

Black with #C69303

Text Example


Text Example

White with #C69303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69303; }

 p { color: rgb(198,147,3); }

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

background-color css

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

 a { background-color: rgb(198,147,3); }

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

border-color css

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

 span { border-color: rgb(198,147,3); }

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