Html Css Color HEX #C18A0B Dark Goldenrod

📋 copy color: '#C18A0B'

red 193 ◦ green 138 ◦ blue 11

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

Shades of Dark Goldenrod #C18A0B

Tints of Dark Goldenrod #C18A0B

RGB

 RED value IS 193 (75.78% from 255) = 56.43%

 GREEN value IS 138 (54.3% from 255) = 40.35%

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

R = 56.43%
G = 40.35%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C18A0B (or 0xC18A0B) is known color: Dark Goldenrod. HEX triplet: C1, 8A and 0B. RGB value is (193,138,11). Sum of RGB (Red+Green+Blue) = 193+138+11=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18A0B is #3E75F4. Grayscale: #8C8C8C. Windows color (decimal): -4093429 or 756417. OLE color: 756417.

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

Color convert

RGB 193 138 11 -
CMYK 0 0.28 0.94 0.24
HSL 41.87º 0.89% 0.4% -
HSV(B) 41.87º 0.94% 0.76% -
XYZ 31.14 29.54 4.38 -
YUV 139.97 55.22 165.83 -
System Red Green Blue C M Y K H S L
Decimal 193 138 11 0 0.28 0.94 0.24 41.87 0.89 0.4
Hex C1 8A B 0 1C 5E 18 2A 59 28
Octal 301 212 13 0 34 136 30 52 131 50
Binary 11000001 10001010 1011 0 11100 1011110 11000 101010 1011001 101000

Color Harmonies of #C18A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A0B

Black with #C18A0B

Text Example


Text Example

White with #C18A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A0B; }

 p { color: rgb(193,138,11); }

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

background-color css

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

 a { background-color: rgb(193,138,11); }

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

border-color css

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

 span { border-color: rgb(193,138,11); }

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