Html Css Color HEX #C26F08 Dark Goldenrod

📋 copy color: '#C26F08'

red 194 ◦ green 111 ◦ blue 8

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

Shades of Dark Goldenrod #C26F08

Tints of Dark Goldenrod #C26F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.56%

R = 61.98%
G = 35.46%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C26F08 (or 0xC26F08) is known color: Dark Goldenrod. HEX triplet: C2, 6F and 08. RGB value is (194,111,8). Sum of RGB (Red+Green+Blue) = 194+111+8=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26F08 is #3D90F7. Grayscale: #7C7C7C. Windows color (decimal): -4034808 or 552898. OLE color: 552898.

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

Color convert

RGB 194 111 8 -
CMYK 0 0.43 0.96 0.24
HSL 33.23º 0.92% 0.4% -
HSV(B) 33.23º 0.96% 0.76% -
XYZ 27.98 22.86 3.17 -
YUV 124.08 62.5 177.88 -
System Red Green Blue C M Y K H S L
Decimal 194 111 8 0 0.43 0.96 0.24 33.23 0.92 0.4
Hex C2 6F 8 0 2B 60 18 21 5C 28
Octal 302 157 10 0 53 140 30 41 134 50
Binary 11000010 1101111 1000 0 101011 1100000 11000 100001 1011100 101000

Color Harmonies of #C26F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26F08

Black with #C26F08

Text Example


Text Example

White with #C26F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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