Html Css Color HEX #C37F0B Dark Goldenrod

📋 copy color: '#C37F0B'

red 195 ◦ green 127 ◦ blue 11

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

Shades of Dark Goldenrod #C37F0B

Tints of Dark Goldenrod #C37F0B

RGB

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

 GREEN value IS 127 (50% from 255) = 38.14%

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

R = 58.56%
G = 38.14%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C37F0B (or 0xC37F0B) is known color: Dark Goldenrod. HEX triplet: C3, 7F and 0B. RGB value is (195,127,11). Sum of RGB (Red+Green+Blue) = 195+127+11=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37F0B is #3C80F4. Grayscale: #868686. Windows color (decimal): -3965173 or 753603. OLE color: 753603.

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

Color convert

RGB 195 127 11 -
CMYK 0 0.35 0.94 0.24
HSL 37.83º 0.89% 0.4% -
HSV(B) 37.83º 0.94% 0.76% -
XYZ 30.16 26.81 3.9 -
YUV 134.11 58.53 171.43 -
System Red Green Blue C M Y K H S L
Decimal 195 127 11 0 0.35 0.94 0.24 37.83 0.89 0.4
Hex C3 7F B 0 23 5E 18 26 59 28
Octal 303 177 13 0 43 136 30 46 131 50
Binary 11000011 1111111 1011 0 100011 1011110 11000 100110 1011001 101000

Color Harmonies of #C37F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F0B

Black with #C37F0B

Text Example


Text Example

White with #C37F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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