Html Css Color HEX #C69802 Dark Goldenrod

📋 copy color: '#C69802'

red 198 ◦ green 152 ◦ blue 2

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

Shades of Dark Goldenrod #C69802

Tints of Dark Goldenrod #C69802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.18%

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

R = 56.25%
G = 43.18%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C69802 (or 0xC69802) is known color: Dark Goldenrod. HEX triplet: C6, 98 and 02. RGB value is (198,152,2). Sum of RGB (Red+Green+Blue) = 198+152+2=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C69802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69802 is #3967FD. Grayscale: #959595. Windows color (decimal): -3762174 or 170182. OLE color: 170182.

HSL color Cylindrical-coordinate representation of color #C69802: hue angle of 45.92º 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 #C69802 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 152 2 -
CMYK 0 0.23 0.99 0.22
HSL 45.92º 0.98% 0.39% -
HSV(B) 45.92º 0.99% 0.78% -
XYZ 34.53 34.47 4.89 -
YUV 148.65 45.24 163.2 -
System Red Green Blue C M Y K H S L
Decimal 198 152 2 0 0.23 0.99 0.22 45.92 0.98 0.39
Hex C6 98 2 0 17 63 16 2E 62 27
Octal 306 230 2 0 27 143 26 56 142 47
Binary 11000110 10011000 10 0 10111 1100011 10110 101110 1100010 100111

Color Harmonies of #C69802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69802

Black with #C69802

Text Example


Text Example

White with #C69802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69802; }

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

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

background-color css

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

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

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

border-color css

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

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

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