Html Css Color HEX #C69603 Dark Goldenrod

📋 copy color: '#C69603'

red 198 ◦ green 150 ◦ blue 3

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

Shades of Dark Goldenrod #C69603

Tints of Dark Goldenrod #C69603

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.74%

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

R = 56.41%
G = 42.74%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C69603 (or 0xC69603) is known color: Dark Goldenrod. HEX triplet: C6, 96 and 03. RGB value is (198,150,3). Sum of RGB (Red+Green+Blue) = 198+150+3=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C69603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69603 is #3969FC. Grayscale: #949494. Windows color (decimal): -3762685 or 235206. OLE color: 235206.

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

Color convert

RGB 198 150 3 -
CMYK 0 0.24 0.98 0.22
HSL 45.23º 0.97% 0.39% -
HSV(B) 45.23º 0.98% 0.78% -
XYZ 34.21 33.83 4.81 -
YUV 147.59 46.4 163.95 -
System Red Green Blue C M Y K H S L
Decimal 198 150 3 0 0.24 0.98 0.22 45.23 0.97 0.39
Hex C6 96 3 0 18 62 16 2D 61 27
Octal 306 226 3 0 30 142 26 55 141 47
Binary 11000110 10010110 11 0 11000 1100010 10110 101101 1100001 100111

Color Harmonies of #C69603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69603

Black with #C69603

Text Example


Text Example

White with #C69603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69603; }

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

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

background-color css

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

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

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

border-color css

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

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

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