Html Css Color HEX #C69903 Dark Goldenrod

📋 copy color: '#C69903'

red 198 ◦ green 153 ◦ blue 3

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

Shades of Dark Goldenrod #C69903

Tints of Dark Goldenrod #C69903

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.22%

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

R = 55.93%
G = 43.22%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C69903 (or 0xC69903) is known color: Dark Goldenrod. HEX triplet: C6, 99 and 03. RGB value is (198,153,3). Sum of RGB (Red+Green+Blue) = 198+153+3=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C69903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69903 is #3966FC. Grayscale: #969696. Windows color (decimal): -3761917 or 235974. OLE color: 235974.

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

Color convert

RGB 198 153 3 -
CMYK 0 0.23 0.98 0.22
HSL 46.15º 0.97% 0.39% -
HSV(B) 46.15º 0.98% 0.78% -
XYZ 34.7 34.79 4.97 -
YUV 149.36 45.41 162.7 -
System Red Green Blue C M Y K H S L
Decimal 198 153 3 0 0.23 0.98 0.22 46.15 0.97 0.39
Hex C6 99 3 0 17 62 16 2E 61 27
Octal 306 231 3 0 27 142 26 56 141 47
Binary 11000110 10011001 11 0 10111 1100010 10110 101110 1100001 100111

Color Harmonies of #C69903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69903

Black with #C69903

Text Example


Text Example

White with #C69903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69903; }

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

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

background-color css

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

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

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

border-color css

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

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

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