Html Css Color HEX #C38A04 Dark Goldenrod

📋 copy color: '#C38A04'

red 195 ◦ green 138 ◦ blue 4

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

Shades of Dark Goldenrod #C38A04

Tints of Dark Goldenrod #C38A04

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.95%

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 57.86%
G = 40.95%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C38A04 (or 0xC38A04) is known color: Dark Goldenrod. HEX triplet: C3, 8A and 04. RGB value is (195,138,4). Sum of RGB (Red+Green+Blue) = 195+138+4=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38A04 is #3C75FB. Grayscale: #8C8C8C. Windows color (decimal): -3962364 or 297667. OLE color: 297667.

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

Color convert

RGB 195 138 4 -
CMYK 0 0.29 0.98 0.24
HSL 42.09º 0.96% 0.39% -
HSV(B) 42.09º 0.98% 0.76% -
XYZ 31.62 29.79 4.2 -
YUV 139.77 51.38 167.4 -
System Red Green Blue C M Y K H S L
Decimal 195 138 4 0 0.29 0.98 0.24 42.09 0.96 0.39
Hex C3 8A 4 0 1D 62 18 2A 60 27
Octal 303 212 4 0 35 142 30 52 140 47
Binary 11000011 10001010 100 0 11101 1100010 11000 101010 1100000 100111

Color Harmonies of #C38A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A04

Black with #C38A04

Text Example


Text Example

White with #C38A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A04; }

 p { color: rgb(195,138,4); }

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

background-color css

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

 a { background-color: rgb(195,138,4); }

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

border-color css

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

 span { border-color: rgb(195,138,4); }

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