Html Css Color HEX #C38905 Dark Goldenrod

📋 copy color: '#C38905'

red 195 ◦ green 137 ◦ blue 5

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

Shades of Dark Goldenrod #C38905

Tints of Dark Goldenrod #C38905

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.65%

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

R = 57.86%
G = 40.65%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C38905 (or 0xC38905) is known color: Dark Goldenrod. HEX triplet: C3, 89 and 05. RGB value is (195,137,5). Sum of RGB (Red+Green+Blue) = 195+137+5=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C38905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38905 is #3C76FA. Grayscale: #8B8B8B. Windows color (decimal): -3962619 or 362947. OLE color: 362947.

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

Color convert

RGB 195 137 5 -
CMYK 0 0.30 0.97 0.24
HSL 41.68º 0.95% 0.39% -
HSV(B) 41.68º 0.97% 0.76% -
XYZ 31.48 29.5 4.18 -
YUV 139.29 52.22 167.73 -
System Red Green Blue C M Y K H S L
Decimal 195 137 5 0 0.30 0.97 0.24 41.68 0.95 0.39
Hex C3 89 5 0 1E 61 18 2A 5F 27
Octal 303 211 5 0 36 141 30 52 137 47
Binary 11000011 10001001 101 0 11110 1100001 11000 101010 1011111 100111

Color Harmonies of #C38905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38905

Black with #C38905

Text Example


Text Example

White with #C38905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38905; }

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

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

background-color css

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

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

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

border-color css

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

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

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