Html Css Color HEX #C17B0E Dark Goldenrod

📋 copy color: '#C17B0E'

red 193 ◦ green 123 ◦ blue 14

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

Shades of Dark Goldenrod #C17B0E

Tints of Dark Goldenrod #C17B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.24%

R = 58.48%
G = 37.27%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C17B0E (or 0xC17B0E) is known color: Dark Goldenrod. HEX triplet: C1, 7B and 0E. RGB value is (193,123,14). Sum of RGB (Red+Green+Blue) = 193+123+14=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17B0E is #3E84F1. Grayscale: #848484. Windows color (decimal): -4097266 or 949185. OLE color: 949185.

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

Color convert

RGB 193 123 14 -
CMYK 0 0.36 0.93 0.24
HSL 36.54º 0.86% 0.41% -
HSV(B) 36.54º 0.93% 0.76% -
XYZ 29.15 25.54 3.81 -
YUV 131.5 61.69 171.86 -
System Red Green Blue C M Y K H S L
Decimal 193 123 14 0 0.36 0.93 0.24 36.54 0.86 0.41
Hex C1 7B E 0 24 5D 18 25 56 29
Octal 301 173 16 0 44 135 30 45 126 51
Binary 11000001 1111011 1110 0 100100 1011101 11000 100101 1010110 101001

Color Harmonies of #C17B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17B0E

Black with #C17B0E

Text Example


Text Example

White with #C17B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17B0E; }

 p { color: rgb(193,123,14); }

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

background-color css

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

 a { background-color: rgb(193,123,14); }

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

border-color css

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

 span { border-color: rgb(193,123,14); }

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