Html Css Color HEX #C38006 Dark Goldenrod

📋 copy color: '#C38006'

red 195 ◦ green 128 ◦ blue 6

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

Shades of Dark Goldenrod #C38006

Tints of Dark Goldenrod #C38006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.91%

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 59.27%
G = 38.91%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C38006 (or 0xC38006) is known color: Dark Goldenrod. HEX triplet: C3, 80 and 06. RGB value is (195,128,6). Sum of RGB (Red+Green+Blue) = 195+128+6=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C38006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38006 is #3C7FF9. Grayscale: #868686. Windows color (decimal): -3964922 or 426179. OLE color: 426179.

HSL color Cylindrical-coordinate representation of color #C38006: hue angle of 38.73º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C38006 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 6 -
CMYK 0 0.34 0.97 0.24
HSL 38.73º 0.94% 0.39% -
HSV(B) 38.73º 0.97% 0.76% -
XYZ 30.26 27.05 3.8 -
YUV 134.13 55.7 171.42 -
System Red Green Blue C M Y K H S L
Decimal 195 128 6 0 0.34 0.97 0.24 38.73 0.94 0.39
Hex C3 80 6 0 22 61 18 27 5E 27
Octal 303 200 6 0 42 141 30 47 136 47
Binary 11000011 10000000 110 0 100010 1100001 11000 100111 1011110 100111

Color Harmonies of #C38006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38006

Black with #C38006

Text Example


Text Example

White with #C38006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38006; }

 p { color: rgb(195,128,6); }

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

background-color css

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

 a { background-color: rgb(195,128,6); }

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

border-color css

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

 span { border-color: rgb(195,128,6); }

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