Html Css Color HEX #C37B05 Dark Goldenrod

📋 copy color: '#C37B05'

red 195 ◦ green 123 ◦ blue 5

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

Shades of Dark Goldenrod #C37B05

Tints of Dark Goldenrod #C37B05

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.08%

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 60.37%
G = 38.08%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C37B05 (or 0xC37B05) is known color: Dark Goldenrod. HEX triplet: C3, 7B and 05. RGB value is (195,123,5). Sum of RGB (Red+Green+Blue) = 195+123+5=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37B05 is #3C84FA. Grayscale: #838383. Windows color (decimal): -3966203 or 359363. OLE color: 359363.

HSL color Cylindrical-coordinate representation of color #C37B05: hue angle of 37.26º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C37B05 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 123 5 -
CMYK 0 0.37 0.97 0.24
HSL 37.26º 0.95% 0.39% -
HSV(B) 37.26º 0.97% 0.76% -
XYZ 29.62 25.78 3.56 -
YUV 131.08 56.85 173.59 -
System Red Green Blue C M Y K H S L
Decimal 195 123 5 0 0.37 0.97 0.24 37.26 0.95 0.39
Hex C3 7B 5 0 25 61 18 25 5F 27
Octal 303 173 5 0 45 141 30 45 137 47
Binary 11000011 1111011 101 0 100101 1100001 11000 100101 1011111 100111

Color Harmonies of #C37B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B05

Black with #C37B05

Text Example


Text Example

White with #C37B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B05; }

 p { color: rgb(195,123,5); }

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

background-color css

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

 a { background-color: rgb(195,123,5); }

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

border-color css

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

 span { border-color: rgb(195,123,5); }

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