Html Css Color HEX #C28405 Dark Goldenrod

📋 copy color: '#C28405'

red 194 ◦ green 132 ◦ blue 5

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

Shades of Dark Goldenrod #C28405

Tints of Dark Goldenrod #C28405

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 58.61%
G = 39.88%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C28405 (or 0xC28405) is known color: Dark Goldenrod. HEX triplet: C2, 84 and 05. RGB value is (194,132,5). Sum of RGB (Red+Green+Blue) = 194+132+5=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C28405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28405 is #3D7BFA. Grayscale: #888888. Windows color (decimal): -4029435 or 361666. OLE color: 361666.

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

Color convert

RGB 194 132 5 -
CMYK 0 0.32 0.97 0.24
HSL 40.32º 0.95% 0.39% -
HSV(B) 40.32º 0.97% 0.76% -
XYZ 30.53 27.98 3.94 -
YUV 136.06 54.04 169.33 -
System Red Green Blue C M Y K H S L
Decimal 194 132 5 0 0.32 0.97 0.24 40.32 0.95 0.39
Hex C2 84 5 0 20 61 18 28 5F 27
Octal 302 204 5 0 40 141 30 50 137 47
Binary 11000010 10000100 101 0 100000 1100001 11000 101000 1011111 100111

Color Harmonies of #C28405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28405

Black with #C28405

Text Example


Text Example

White with #C28405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28405; }

 p { color: rgb(194,132,5); }

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

background-color css

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

 a { background-color: rgb(194,132,5); }

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

border-color css

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

 span { border-color: rgb(194,132,5); }

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