Html Css Color HEX #C26F05 Dark Goldenrod

📋 copy color: '#C26F05'

red 194 ◦ green 111 ◦ blue 5

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

Shades of Dark Goldenrod #C26F05

Tints of Dark Goldenrod #C26F05

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.81%

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

R = 62.58%
G = 35.81%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C26F05 (or 0xC26F05) is known color: Dark Goldenrod. HEX triplet: C2, 6F and 05. RGB value is (194,111,5). Sum of RGB (Red+Green+Blue) = 194+111+5=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26F05 is #3D90FA. Grayscale: #7C7C7C. Windows color (decimal): -4034811 or 356290. OLE color: 356290.

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

Color convert

RGB 194 111 5 -
CMYK 0 0.43 0.97 0.24
HSL 33.65º 0.95% 0.39% -
HSV(B) 33.65º 0.97% 0.76% -
XYZ 27.96 22.85 3.08 -
YUV 123.73 61 178.12 -
System Red Green Blue C M Y K H S L
Decimal 194 111 5 0 0.43 0.97 0.24 33.65 0.95 0.39
Hex C2 6F 5 0 2B 61 18 22 5F 27
Octal 302 157 5 0 53 141 30 42 137 47
Binary 11000010 1101111 101 0 101011 1100001 11000 100010 1011111 100111

Color Harmonies of #C26F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26F05

Black with #C26F05

Text Example


Text Example

White with #C26F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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