Html Css Color HEX #C18C03 Dark Goldenrod

📋 copy color: '#C18C03'

red 193 ◦ green 140 ◦ blue 3

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

Shades of Dark Goldenrod #C18C03

Tints of Dark Goldenrod #C18C03

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.67%

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 57.44%
G = 41.67%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C18C03 (or 0xC18C03) is known color: Dark Goldenrod. HEX triplet: C1, 8C and 03. RGB value is (193,140,3). Sum of RGB (Red+Green+Blue) = 193+140+3=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18C03 is #3E73FC. Grayscale: #8C8C8C. Windows color (decimal): -4092925 or 232641. OLE color: 232641.

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

Color convert

RGB 193 140 3 -
CMYK 0 0.27 0.98 0.24
HSL 43.26º 0.97% 0.38% -
HSV(B) 43.26º 0.98% 0.76% -
XYZ 31.39 30.1 4.24 -
YUV 140.23 50.56 165.64 -
System Red Green Blue C M Y K H S L
Decimal 193 140 3 0 0.27 0.98 0.24 43.26 0.97 0.38
Hex C1 8C 3 0 1B 62 18 2B 61 26
Octal 301 214 3 0 33 142 30 53 141 46
Binary 11000001 10001100 11 0 11011 1100010 11000 101011 1100001 100110

Color Harmonies of #C18C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C03

Black with #C18C03

Text Example


Text Example

White with #C18C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C03; }

 p { color: rgb(193,140,3); }

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

background-color css

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

 a { background-color: rgb(193,140,3); }

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

border-color css

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

 span { border-color: rgb(193,140,3); }

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