Html Css Color HEX #C28A05 Dark Goldenrod

📋 copy color: '#C28A05'

red 194 ◦ green 138 ◦ blue 5

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

Shades of Dark Goldenrod #C28A05

Tints of Dark Goldenrod #C28A05

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.95%

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

R = 57.57%
G = 40.95%
B = 1.48%

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

#C28A05 (or 0xC28A05) is known color: Dark Goldenrod. HEX triplet: C2, 8A and 05. RGB value is (194,138,5). Sum of RGB (Red+Green+Blue) = 194+138+5=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28A05 is #3D75FA. Grayscale: #8C8C8C. Windows color (decimal): -4027899 or 363202. OLE color: 363202.

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

Color convert

RGB 194 138 5 -
CMYK 0 0.29 0.97 0.24
HSL 42.22º 0.95% 0.39% -
HSV(B) 42.22º 0.97% 0.76% -
XYZ 31.36 29.66 4.21 -
YUV 139.58 52.05 166.81 -
System Red Green Blue C M Y K H S L
Decimal 194 138 5 0 0.29 0.97 0.24 42.22 0.95 0.39
Hex C2 8A 5 0 1D 61 18 2A 5F 27
Octal 302 212 5 0 35 141 30 52 137 47
Binary 11000010 10001010 101 0 11101 1100001 11000 101010 1011111 100111

Color Harmonies of #C28A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A05

Black with #C28A05

Text Example


Text Example

White with #C28A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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