Html Css Color HEX #C29608 Dark Goldenrod

📋 copy color: '#C29608'

red 194 ◦ green 150 ◦ blue 8

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

Shades of Dark Goldenrod #C29608

Tints of Dark Goldenrod #C29608

RGB

 RED value IS 194 (76.17% from 255) = 55.11%

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

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

R = 55.11%
G = 42.61%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C29608 (or 0xC29608) is known color: Dark Goldenrod. HEX triplet: C2, 96 and 08. RGB value is (194,150,8). Sum of RGB (Red+Green+Blue) = 194+150+8=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C29608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29608 is #3D69F7. Grayscale: #939393. Windows color (decimal): -4024824 or 562882. OLE color: 562882.

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

Color convert

RGB 194 150 8 -
CMYK 0 0.23 0.96 0.24
HSL 45.81º 0.92% 0.4% -
HSV(B) 45.81º 0.96% 0.76% -
XYZ 33.2 33.3 4.91 -
YUV 146.97 49.58 161.55 -
System Red Green Blue C M Y K H S L
Decimal 194 150 8 0 0.23 0.96 0.24 45.81 0.92 0.4
Hex C2 96 8 0 17 60 18 2E 5C 28
Octal 302 226 10 0 27 140 30 56 134 50
Binary 11000010 10010110 1000 0 10111 1100000 11000 101110 1011100 101000

Color Harmonies of #C29608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29608

Black with #C29608

Text Example


Text Example

White with #C29608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29608; }

 p { color: rgb(194,150,8); }

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

background-color css

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

 a { background-color: rgb(194,150,8); }

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

border-color css

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

 span { border-color: rgb(194,150,8); }

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