Html Css Color HEX #C39A00 Dark Goldenrod

📋 copy color: '#C39A00'

red 195 ◦ green 154 ◦ blue 0

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

Shades of Dark Goldenrod #C39A00

Tints of Dark Goldenrod #C39A00

RGB

 RED value IS 195 (76.56% from 255) = 55.87%

 GREEN value IS 154 (60.55% from 255) = 44.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.87%
G = 44.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C39A00 (or 0xC39A00) is known color: Dark Goldenrod. HEX triplet: C3, 9A and 00. RGB value is (195,154,0). Sum of RGB (Red+Green+Blue) = 195+154+0=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39A00 is #3C65FF. Grayscale: #959595. Windows color (decimal): -3958272 or 39619. OLE color: 39619.

HSL color Cylindrical-coordinate representation of color #C39A00: hue angle of 47.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C39A00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 154 0 -
CMYK 0 0.21 1 0.24
HSL 47.38º 1% 0.38% -
HSV(B) 47.38º 1% 0.76% -
XYZ 34.06 34.71 4.91 -
YUV 148.7 44.08 161.02 -
System Red Green Blue C M Y K H S L
Decimal 195 154 0 0 0.21 1 0.24 47.38 1 0.38
Hex C3 9A 0 0 15 64 18 2F 64 26
Octal 303 232 0 0 25 144 30 57 144 46
Binary 11000011 10011010 0 0 10101 1100100 11000 101111 1100100 100110

Color Harmonies of #C39A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39A00

Black with #C39A00

Text Example


Text Example

White with #C39A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39A00; }

 p { color: rgb(195,154,0); }

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

background-color css

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

 a { background-color: rgb(195,154,0); }

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

border-color css

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

 span { border-color: rgb(195,154,0); }

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