Html Css Color HEX #C5900B Dark Goldenrod

📋 copy color: '#C5900B'

red 197 ◦ green 144 ◦ blue 11

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

Shades of Dark Goldenrod #C5900B

Tints of Dark Goldenrod #C5900B

RGB

 RED value IS 197 (77.34% from 255) = 55.97%

 GREEN value IS 144 (56.64% from 255) = 40.91%

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

R = 55.97%
G = 40.91%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5900B (or 0xC5900B) is known color: Dark Goldenrod. HEX triplet: C5, 90 and 0B. RGB value is (197,144,11). Sum of RGB (Red+Green+Blue) = 197+144+11=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C5900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5900B is #3A6FF4. Grayscale: #919191. Windows color (decimal): -3829749 or 757957. OLE color: 757957.

HSL color Cylindrical-coordinate representation of color #C5900B: hue angle of 42.9º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5900B is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 144 11 -
CMYK 0 0.27 0.94 0.23
HSL 42.9º 0.89% 0.41% -
HSV(B) 42.9º 0.94% 0.77% -
XYZ 33.06 31.84 4.72 -
YUV 144.69 52.56 165.31 -
System Red Green Blue C M Y K H S L
Decimal 197 144 11 0 0.27 0.94 0.23 42.9 0.89 0.41
Hex C5 90 B 0 1B 5E 17 2B 59 29
Octal 305 220 13 0 33 136 27 53 131 51
Binary 11000101 10010000 1011 0 11011 1011110 10111 101011 1011001 101001

Color Harmonies of #C5900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5900B

Black with #C5900B

Text Example


Text Example

White with #C5900B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5900B; }

 p { color: rgb(197,144,11); }

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

background-color css

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

 a { background-color: rgb(197,144,11); }

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

border-color css

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

 span { border-color: rgb(197,144,11); }

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