Html Css Color HEX #C38A05 Dark Goldenrod

📋 copy color: '#C38A05'

red 195 ◦ green 138 ◦ blue 5

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

Shades of Dark Goldenrod #C38A05

Tints of Dark Goldenrod #C38A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.48%

R = 57.69%
G = 40.83%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C38A05 (or 0xC38A05) is known color: Dark Goldenrod. HEX triplet: C3, 8A and 05. RGB value is (195,138,5). Sum of RGB (Red+Green+Blue) = 195+138+5=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38A05 is #3C75FA. Grayscale: #8C8C8C. Windows color (decimal): -3962363 or 363203. OLE color: 363203.

HSL color Cylindrical-coordinate representation of color #C38A05: hue angle of 42º degrees, saturation: 0.95, 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 #C38A05 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 138 5 -
CMYK 0 0.29 0.97 0.24
HSL 42º 0.95% 0.39% -
HSV(B) 42º 0.97% 0.76% -
XYZ 31.62 29.79 4.23 -
YUV 139.88 51.88 167.31 -
System Red Green Blue C M Y K H S L
Decimal 195 138 5 0 0.29 0.97 0.24 42 0.95 0.39
Hex C3 8A 5 0 1D 61 18 2A 5F 27
Octal 303 212 5 0 35 141 30 52 137 47
Binary 11000011 10001010 101 0 11101 1100001 11000 101010 1011111 100111

Color Harmonies of #C38A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A05

Black with #C38A05

Text Example


Text Example

White with #C38A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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