Html Css Color HEX #C09408 Dark Goldenrod

📋 copy color: '#C09408'

red 192 ◦ green 148 ◦ blue 8

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

Shades of Dark Goldenrod #C09408

Tints of Dark Goldenrod #C09408

RGB

 RED value IS 192 (75.39% from 255) = 55.17%

 GREEN value IS 148 (58.2% from 255) = 42.53%

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

R = 55.17%
G = 42.53%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C09408 (or 0xC09408) is known color: Dark Goldenrod. HEX triplet: C0, 94 and 08. RGB value is (192,148,8). Sum of RGB (Red+Green+Blue) = 192+148+8=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C09408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09408 is #3F6BF7. Grayscale: #919191. Windows color (decimal): -4156408 or 562368. OLE color: 562368.

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

Color convert

RGB 192 148 8 -
CMYK 0 0.23 0.96 0.25
HSL 45.65º 0.92% 0.39% -
HSV(B) 45.65º 0.96% 0.75% -
XYZ 32.37 32.4 4.78 -
YUV 145.2 50.58 161.38 -
System Red Green Blue C M Y K H S L
Decimal 192 148 8 0 0.23 0.96 0.25 45.65 0.92 0.39
Hex C0 94 8 0 17 60 19 2E 5C 27
Octal 300 224 10 0 27 140 31 56 134 47
Binary 11000000 10010100 1000 0 10111 1100000 11001 101110 1011100 100111

Color Harmonies of #C09408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09408

Black with #C09408

Text Example


Text Example

White with #C09408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09408; }

 p { color: rgb(192,148,8); }

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

background-color css

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

 a { background-color: rgb(192,148,8); }

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

border-color css

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

 span { border-color: rgb(192,148,8); }

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