Html Css Color HEX #C29934 Hokey Pokey

📋 copy color: '#C29934'

red 194 ◦ green 153 ◦ blue 52

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

Shades of Hokey Pokey #C29934

Tints of Hokey Pokey #C29934

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

 BLUE value IS 52 (20.7% from 255) = 13.03%

R = 48.62%
G = 38.35%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C29934 (or 0xC29934) is known color: Hokey Pokey. HEX triplet: C2, 99 and 34. RGB value is (194,153,52). Sum of RGB (Red+Green+Blue) = 194+153+52=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C29934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29934 is #3D66CB. Grayscale: #9A9A9A. Windows color (decimal): -4024012 or 3447234. OLE color: 3447234.

HSL color Cylindrical-coordinate representation of color #C29934: hue angle of 42.68º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C29934 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 52 -
CMYK 0 0.21 0.73 0.24
HSL 42.68º 0.58% 0.48% -
HSV(B) 42.68º 0.73% 0.76% -
XYZ 34.26 34.5 8.1 -
YUV 153.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 194 153 52 0 0.21 0.73 0.24 42.68 0.58 0.48
Hex C2 99 34 0 15 49 18 2B 3A 30
Octal 302 231 64 0 25 111 30 53 72 60
Binary 11000010 10011001 110100 0 10101 1001001 11000 101011 111010 110000

Color Harmonies of #C29934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29934

Black with #C29934

Text Example


Text Example

White with #C29934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29934; }

 p { color: rgb(194,153,52); }

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

background-color css

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

 a { background-color: rgb(194,153,52); }

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

border-color css

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

 span { border-color: rgb(194,153,52); }

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