Html Css Color HEX #C37C0D Dark Goldenrod

📋 copy color: '#C37C0D'

red 195 ◦ green 124 ◦ blue 13

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

Shades of Dark Goldenrod #C37C0D

Tints of Dark Goldenrod #C37C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 58.73%
G = 37.35%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C37C0D (or 0xC37C0D) is known color: Dark Goldenrod. HEX triplet: C3, 7C and 0D. RGB value is (195,124,13). Sum of RGB (Red+Green+Blue) = 195+124+13=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37C0D is #3C83F2. Grayscale: #858585. Windows color (decimal): -3965939 or 883907. OLE color: 883907.

HSL color Cylindrical-coordinate representation of color #C37C0D: hue angle of 36.59º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C37C0D is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 124 13 -
CMYK 0 0.36 0.93 0.24
HSL 36.59º 0.88% 0.41% -
HSV(B) 36.59º 0.93% 0.76% -
XYZ 29.79 26.05 3.84 -
YUV 132.58 60.52 172.53 -
System Red Green Blue C M Y K H S L
Decimal 195 124 13 0 0.36 0.93 0.24 36.59 0.88 0.41
Hex C3 7C D 0 24 5D 18 25 58 29
Octal 303 174 15 0 44 135 30 45 130 51
Binary 11000011 1111100 1101 0 100100 1011101 11000 100101 1011000 101001

Color Harmonies of #C37C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C0D

Black with #C37C0D

Text Example


Text Example

White with #C37C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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