Html Css Color HEX #C69302 Dark Goldenrod

📋 copy color: '#C69302'

red 198 ◦ green 147 ◦ blue 2

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

Shades of Dark Goldenrod #C69302

Tints of Dark Goldenrod #C69302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 57.06%
G = 42.36%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C69302 (or 0xC69302) is known color: Dark Goldenrod. HEX triplet: C6, 93 and 02. RGB value is (198,147,2). Sum of RGB (Red+Green+Blue) = 198+147+2=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C69302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69302 is #396CFD. Grayscale: #929292. Windows color (decimal): -3763454 or 168902. OLE color: 168902.

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

Color convert

RGB 198 147 2 -
CMYK 0 0.26 0.99 0.22
HSL 44.39º 0.98% 0.39% -
HSV(B) 44.39º 0.99% 0.78% -
XYZ 33.73 32.88 4.63 -
YUV 145.72 46.9 165.29 -
System Red Green Blue C M Y K H S L
Decimal 198 147 2 0 0.26 0.99 0.22 44.39 0.98 0.39
Hex C6 93 2 0 1A 63 16 2C 62 27
Octal 306 223 2 0 32 143 26 54 142 47
Binary 11000110 10010011 10 0 11010 1100011 10110 101100 1100010 100111

Color Harmonies of #C69302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69302

Black with #C69302

Text Example


Text Example

White with #C69302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69302; }

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

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

background-color css

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

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

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

border-color css

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

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

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