Html Css Color HEX #C69508 Dark Goldenrod

📋 copy color: '#C69508'

red 198 ◦ green 149 ◦ blue 8

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

Shades of Dark Goldenrod #C69508

Tints of Dark Goldenrod #C69508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.97%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 55.77%
G = 41.97%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C69508 (or 0xC69508) is known color: Dark Goldenrod. HEX triplet: C6, 95 and 08. RGB value is (198,149,8). Sum of RGB (Red+Green+Blue) = 198+149+8=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C69508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69508 is #396AF7. Grayscale: #949494. Windows color (decimal): -3762936 or 562630. OLE color: 562630.

HSL color Cylindrical-coordinate representation of color #C69508: hue angle of 44.53º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C69508 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 149 8 -
CMYK 0 0.25 0.96 0.22
HSL 44.53º 0.92% 0.4% -
HSV(B) 44.53º 0.96% 0.78% -
XYZ 34.08 33.52 4.9 -
YUV 147.58 49.23 163.96 -
System Red Green Blue C M Y K H S L
Decimal 198 149 8 0 0.25 0.96 0.22 44.53 0.92 0.4
Hex C6 95 8 0 19 60 16 2D 5C 28
Octal 306 225 10 0 31 140 26 55 134 50
Binary 11000110 10010101 1000 0 11001 1100000 10110 101101 1011100 101000

Color Harmonies of #C69508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69508

Black with #C69508

Text Example


Text Example

White with #C69508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69508; }

 p { color: rgb(198,149,8); }

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

background-color css

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

 a { background-color: rgb(198,149,8); }

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

border-color css

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

 span { border-color: rgb(198,149,8); }

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