Html Css Color HEX #C38609 Dark Goldenrod

📋 copy color: '#C38609'

red 195 ◦ green 134 ◦ blue 9

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

Shades of Dark Goldenrod #C38609

Tints of Dark Goldenrod #C38609

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.64%

 BLUE value IS 9 (3.91% from 255) = 2.66%

R = 57.69%
G = 39.64%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C38609 (or 0xC38609) is known color: Dark Goldenrod. HEX triplet: C3, 86 and 09. RGB value is (195,134,9). Sum of RGB (Red+Green+Blue) = 195+134+9=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C38609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38609 is #3C79F6. Grayscale: #8A8A8A. Windows color (decimal): -3963383 or 624323. OLE color: 624323.

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

Color convert

RGB 195 134 9 -
CMYK 0 0.31 0.95 0.24
HSL 40.32º 0.91% 0.4% -
HSV(B) 40.32º 0.95% 0.76% -
XYZ 31.08 28.67 4.15 -
YUV 137.99 55.21 168.66 -
System Red Green Blue C M Y K H S L
Decimal 195 134 9 0 0.31 0.95 0.24 40.32 0.91 0.4
Hex C3 86 9 0 1F 5F 18 28 5B 28
Octal 303 206 11 0 37 137 30 50 133 50
Binary 11000011 10000110 1001 0 11111 1011111 11000 101000 1011011 101000

Color Harmonies of #C38609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38609

Black with #C38609

Text Example


Text Example

White with #C38609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38609; }

 p { color: rgb(195,134,9); }

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

background-color css

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

 a { background-color: rgb(195,134,9); }

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

border-color css

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

 span { border-color: rgb(195,134,9); }

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