Html Css Color HEX #C28610 Dark Goldenrod

📋 copy color: '#C28610'

red 194 ◦ green 134 ◦ blue 16

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

Shades of Dark Goldenrod #C28610

Tints of Dark Goldenrod #C28610

RGB

 RED value IS 194 (76.17% from 255) = 56.4%

 GREEN value IS 134 (52.73% from 255) = 38.95%

 BLUE value IS 16 (6.64% from 255) = 4.65%

R = 56.4%
G = 38.95%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C28610 (or 0xC28610) is known color: Dark Goldenrod. HEX triplet: C2, 86 and 10. RGB value is (194,134,16). Sum of RGB (Red+Green+Blue) = 194+134+16=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C28610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28610 is #3D79EF. Grayscale: #8B8B8B. Windows color (decimal): -4028912 or 1083074. OLE color: 1083074.

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

Color convert

RGB 194 134 16 -
CMYK 0 0.31 0.92 0.24
HSL 39.78º 0.85% 0.41% -
HSV(B) 39.78º 0.92% 0.76% -
XYZ 30.87 28.56 4.38 -
YUV 138.49 58.88 167.59 -
System Red Green Blue C M Y K H S L
Decimal 194 134 16 0 0.31 0.92 0.24 39.78 0.85 0.41
Hex C2 86 10 0 1F 5C 18 28 55 29
Octal 302 206 20 0 37 134 30 50 125 51
Binary 11000010 10000110 10000 0 11111 1011100 11000 101000 1010101 101001

Color Harmonies of #C28610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28610

Black with #C28610

Text Example


Text Example

White with #C28610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28610; }

 p { color: rgb(194,134,16); }

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

background-color css

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

 a { background-color: rgb(194,134,16); }

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

border-color css

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

 span { border-color: rgb(194,134,16); }

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