Html Css Color HEX #C17B00 Dark Goldenrod

📋 copy color: '#C17B00'

red 193 ◦ green 123 ◦ blue 0

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

Shades of Dark Goldenrod #C17B00

Tints of Dark Goldenrod #C17B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.08%
G = 38.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C17B00 (or 0xC17B00) is known color: Dark Goldenrod. HEX triplet: C1, 7B and 00. RGB value is (193,123,0). Sum of RGB (Red+Green+Blue) = 193+123+0=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17B00 is #3E84FF. Grayscale: #828282. Windows color (decimal): -4097280 or 31681. OLE color: 31681.

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

Color convert

RGB 193 123 0 -
CMYK 0 0.36 1 0.24
HSL 38.24º 1% 0.38% -
HSV(B) 38.24º 1% 0.76% -
XYZ 29.08 25.5 3.39 -
YUV 129.91 54.69 173 -
System Red Green Blue C M Y K H S L
Decimal 193 123 0 0 0.36 1 0.24 38.24 1 0.38
Hex C1 7B 0 0 24 64 18 26 64 26
Octal 301 173 0 0 44 144 30 46 144 46
Binary 11000001 1111011 0 0 100100 1100100 11000 100110 1100100 100110

Color Harmonies of #C17B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17B00

Black with #C17B00

Text Example


Text Example

White with #C17B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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