Html Css Color HEX #C38903 Dark Goldenrod

📋 copy color: '#C38903'

red 195 ◦ green 137 ◦ blue 3

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

Shades of Dark Goldenrod #C38903

Tints of Dark Goldenrod #C38903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 58.21%
G = 40.9%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C38903 (or 0xC38903) is known color: Dark Goldenrod. HEX triplet: C3, 89 and 03. RGB value is (195,137,3). Sum of RGB (Red+Green+Blue) = 195+137+3=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C38903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38903 is #3C76FC. Grayscale: #8B8B8B. Windows color (decimal): -3962621 or 231875. OLE color: 231875.

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

Color convert

RGB 195 137 3 -
CMYK 0 0.30 0.98 0.24
HSL 41.88º 0.97% 0.39% -
HSV(B) 41.88º 0.98% 0.76% -
XYZ 31.47 29.5 4.12 -
YUV 139.07 51.22 167.9 -
System Red Green Blue C M Y K H S L
Decimal 195 137 3 0 0.30 0.98 0.24 41.88 0.97 0.39
Hex C3 89 3 0 1E 62 18 2A 61 27
Octal 303 211 3 0 36 142 30 52 141 47
Binary 11000011 10001001 11 0 11110 1100010 11000 101010 1100001 100111

Color Harmonies of #C38903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38903

Black with #C38903

Text Example


Text Example

White with #C38903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38903; }

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

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

background-color css

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

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

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

border-color css

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

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

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