Html Css Color HEX #C37C03 Dark Goldenrod

📋 copy color: '#C37C03'

red 195 ◦ green 124 ◦ blue 3

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

Shades of Dark Goldenrod #C37C03

Tints of Dark Goldenrod #C37C03

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.51%

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

R = 60.56%
G = 38.51%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C37C03 (or 0xC37C03) is known color: Dark Goldenrod. HEX triplet: C3, 7C and 03. RGB value is (195,124,3). Sum of RGB (Red+Green+Blue) = 195+124+3=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37C03 is #3C83FC. Grayscale: #838383. Windows color (decimal): -3965949 or 228547. OLE color: 228547.

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

Color convert

RGB 195 124 3 -
CMYK 0 0.36 0.98 0.24
HSL 37.81º 0.97% 0.39% -
HSV(B) 37.81º 0.98% 0.76% -
XYZ 29.73 26.02 3.54 -
YUV 131.44 55.52 173.34 -
System Red Green Blue C M Y K H S L
Decimal 195 124 3 0 0.36 0.98 0.24 37.81 0.97 0.39
Hex C3 7C 3 0 24 62 18 26 61 27
Octal 303 174 3 0 44 142 30 46 141 47
Binary 11000011 1111100 11 0 100100 1100010 11000 100110 1100001 100111

Color Harmonies of #C37C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C03

Black with #C37C03

Text Example


Text Example

White with #C37C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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