Html Css Color HEX #C37B0D Dark Goldenrod

📋 copy color: '#C37B0D'

red 195 ◦ green 123 ◦ blue 13

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

Shades of Dark Goldenrod #C37B0D

Tints of Dark Goldenrod #C37B0D

RGB

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

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

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

R = 58.91%
G = 37.16%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C37B0D (or 0xC37B0D) is known color: Dark Goldenrod. HEX triplet: C3, 7B and 0D. RGB value is (195,123,13). Sum of RGB (Red+Green+Blue) = 195+123+13=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37B0D is #3C84F2. Grayscale: #848484. Windows color (decimal): -3966195 or 883651. OLE color: 883651.

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

Color convert

RGB 195 123 13 -
CMYK 0 0.37 0.93 0.24
HSL 36.26º 0.88% 0.41% -
HSV(B) 36.26º 0.93% 0.76% -
XYZ 29.66 25.8 3.8 -
YUV 131.99 60.85 172.94 -
System Red Green Blue C M Y K H S L
Decimal 195 123 13 0 0.37 0.93 0.24 36.26 0.88 0.41
Hex C3 7B D 0 25 5D 18 24 58 29
Octal 303 173 15 0 45 135 30 44 130 51
Binary 11000011 1111011 1101 0 100101 1011101 11000 100100 1011000 101001

Color Harmonies of #C37B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B0D

Black with #C37B0D

Text Example


Text Example

White with #C37B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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