Html Css Color HEX #C18F08 Dark Goldenrod

📋 copy color: '#C18F08'

red 193 ◦ green 143 ◦ blue 8

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

Shades of Dark Goldenrod #C18F08

Tints of Dark Goldenrod #C18F08

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.57%

 BLUE value IS 8 (3.52% from 255) = 2.33%

R = 56.1%
G = 41.57%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C18F08 (or 0xC18F08) is known color: Dark Goldenrod. HEX triplet: C1, 8F and 08. RGB value is (193,143,8). Sum of RGB (Red+Green+Blue) = 193+143+8=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18F08 is #3E70F7. Grayscale: #8F8F8F. Windows color (decimal): -4092152 or 561089. OLE color: 561089.

HSL color Cylindrical-coordinate representation of color #C18F08: hue angle of 43.78º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C18F08 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 143 8 -
CMYK 0 0.26 0.96 0.24
HSL 43.78º 0.92% 0.39% -
HSV(B) 43.78º 0.96% 0.76% -
XYZ 31.86 31 4.53 -
YUV 142.56 52.07 163.98 -
System Red Green Blue C M Y K H S L
Decimal 193 143 8 0 0.26 0.96 0.24 43.78 0.92 0.39
Hex C1 8F 8 0 1A 60 18 2C 5C 27
Octal 301 217 10 0 32 140 30 54 134 47
Binary 11000001 10001111 1000 0 11010 1100000 11000 101100 1011100 100111

Color Harmonies of #C18F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18F08

Black with #C18F08

Text Example


Text Example

White with #C18F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18F08; }

 p { color: rgb(193,143,8); }

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

background-color css

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

 a { background-color: rgb(193,143,8); }

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

border-color css

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

 span { border-color: rgb(193,143,8); }

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