Html Css Color HEX #C37C0B Dark Goldenrod

📋 copy color: '#C37C0B'

red 195 ◦ green 124 ◦ blue 11

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

Shades of Dark Goldenrod #C37C0B

Tints of Dark Goldenrod #C37C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.33%

R = 59.09%
G = 37.58%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C37C0B (or 0xC37C0B) is known color: Dark Goldenrod. HEX triplet: C3, 7C and 0B. RGB value is (195,124,11). Sum of RGB (Red+Green+Blue) = 195+124+11=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37C0B is #3C83F4. Grayscale: #848484. Windows color (decimal): -3965941 or 752835. OLE color: 752835.

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

Color convert

RGB 195 124 11 -
CMYK 0 0.36 0.94 0.24
HSL 36.85º 0.89% 0.4% -
HSV(B) 36.85º 0.94% 0.76% -
XYZ 29.77 26.04 3.77 -
YUV 132.35 59.52 172.69 -
System Red Green Blue C M Y K H S L
Decimal 195 124 11 0 0.36 0.94 0.24 36.85 0.89 0.4
Hex C3 7C B 0 24 5E 18 25 59 28
Octal 303 174 13 0 44 136 30 45 131 50
Binary 11000011 1111100 1011 0 100100 1011110 11000 100101 1011001 101000

Color Harmonies of #C37C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C0B

Black with #C37C0B

Text Example


Text Example

White with #C37C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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