Html Css Color HEX #C28905 Dark Goldenrod

📋 copy color: '#C28905'

red 194 ◦ green 137 ◦ blue 5

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

Shades of Dark Goldenrod #C28905

Tints of Dark Goldenrod #C28905

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.77%

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

R = 57.74%
G = 40.77%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C28905 (or 0xC28905) is known color: Dark Goldenrod. HEX triplet: C2, 89 and 05. RGB value is (194,137,5). Sum of RGB (Red+Green+Blue) = 194+137+5=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C28905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28905 is #3D76FA. Grayscale: #8B8B8B. Windows color (decimal): -4028155 or 362946. OLE color: 362946.

HSL color Cylindrical-coordinate representation of color #C28905: hue angle of 41.9º 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 #C28905 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 137 5 -
CMYK 0 0.29 0.97 0.24
HSL 41.9º 0.95% 0.39% -
HSV(B) 41.9º 0.97% 0.76% -
XYZ 31.22 29.37 4.17 -
YUV 139 52.38 167.23 -
System Red Green Blue C M Y K H S L
Decimal 194 137 5 0 0.29 0.97 0.24 41.9 0.95 0.39
Hex C2 89 5 0 1D 61 18 2A 5F 27
Octal 302 211 5 0 35 141 30 52 137 47
Binary 11000010 10001001 101 0 11101 1100001 11000 101010 1011111 100111

Color Harmonies of #C28905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28905

Black with #C28905

Text Example


Text Example

White with #C28905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28905; }

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

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

background-color css

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

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

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

border-color css

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

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

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