Html Css Color HEX #C8C24A Wattle

📋 copy color: '#C8C24A'

red 200 ◦ green 194 ◦ blue 74

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

Shades of Wattle #C8C24A

Tints of Wattle #C8C24A

RGB

 RED value IS 200 (78.52% from 255) = 42.74%

 GREEN value IS 194 (76.17% from 255) = 41.45%

 BLUE value IS 74 (29.3% from 255) = 15.81%

R = 42.74%
G = 41.45%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8C24A (or 0xC8C24A) is known color: Wattle. HEX triplet: C8, C2 and 4A. RGB value is (200,194,74). Sum of RGB (Red+Green+Blue) = 200+194+74=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C24A is #373DB5. Grayscale: #B6B6B6. Windows color (decimal): -3620278 or 4899528. OLE color: 4899528.

HSL color Cylindrical-coordinate representation of color #C8C24A: hue angle of 57.14º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8C24A is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 194 74 -
CMYK 0 0.03 0.63 0.22
HSL 57.14º 0.53% 0.54% -
HSV(B) 57.14º 0.63% 0.78% -
XYZ 44.35 51.36 14.05 -
YUV 182.11 66.99 140.76 -
System Red Green Blue C M Y K H S L
Decimal 200 194 74 0 0.03 0.63 0.22 57.14 0.53 0.54
Hex C8 C2 4A 0 3 3F 16 39 35 36
Octal 310 302 112 0 3 77 26 71 65 66
Binary 11001000 11000010 1001010 0 11 111111 10110 111001 110101 110110

Color Harmonies of #C8C24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C24A

Black with #C8C24A

Text Example


Text Example

White with #C8C24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C24A; }

 p { color: rgb(200,194,74); }

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

background-color css

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

 a { background-color: rgb(200,194,74); }

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

border-color css

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

 span { border-color: rgb(200,194,74); }

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