Html Css Color HEX #C37B06 Dark Goldenrod

📋 copy color: '#C37B06'

red 195 ◦ green 123 ◦ blue 6

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

Shades of Dark Goldenrod #C37B06

Tints of Dark Goldenrod #C37B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 60.19%
G = 37.96%
B = 1.85%

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

#C37B06 (or 0xC37B06) is known color: Dark Goldenrod. HEX triplet: C3, 7B and 06. RGB value is (195,123,6). Sum of RGB (Red+Green+Blue) = 195+123+6=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37B06 is #3C84F9. Grayscale: #838383. Windows color (decimal): -3966202 or 424899. OLE color: 424899.

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

Color convert

RGB 195 123 6 -
CMYK 0 0.37 0.97 0.24
HSL 37.14º 0.94% 0.39% -
HSV(B) 37.14º 0.97% 0.76% -
XYZ 29.62 25.78 3.59 -
YUV 131.19 57.35 173.51 -
System Red Green Blue C M Y K H S L
Decimal 195 123 6 0 0.37 0.97 0.24 37.14 0.94 0.39
Hex C3 7B 6 0 25 61 18 25 5E 27
Octal 303 173 6 0 45 141 30 45 136 47
Binary 11000011 1111011 110 0 100101 1100001 11000 100101 1011110 100111

Color Harmonies of #C37B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B06

Black with #C37B06

Text Example


Text Example

White with #C37B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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