Html Css Color HEX #C8C54D Wattle

📋 copy color: '#C8C54D'

red 200 ◦ green 197 ◦ blue 77

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

Shades of Wattle #C8C54D

Tints of Wattle #C8C54D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.56%

 BLUE value IS 77 (30.47% from 255) = 16.24%

R = 42.19%
G = 41.56%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8C54D (or 0xC8C54D) is known color: Wattle. HEX triplet: C8, C5 and 4D. RGB value is (200,197,77). Sum of RGB (Red+Green+Blue) = 200+197+77=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C54D is #373AB2. Grayscale: #B8B8B8. Windows color (decimal): -3619507 or 5096904. OLE color: 5096904.

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

Color convert

RGB 200 197 77 -
CMYK 0 0.02 0.62 0.22
HSL 58.54º 0.53% 0.54% -
HSV(B) 58.54º 0.62% 0.78% -
XYZ 45.13 52.75 14.82 -
YUV 184.22 67.49 139.26 -
System Red Green Blue C M Y K H S L
Decimal 200 197 77 0 0.02 0.62 0.22 58.54 0.53 0.54
Hex C8 C5 4D 0 2 3E 16 3B 35 36
Octal 310 305 115 0 2 76 26 73 65 66
Binary 11001000 11000101 1001101 0 10 111110 10110 111011 110101 110110

Color Harmonies of #C8C54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C54D

Black with #C8C54D

Text Example


Text Example

White with #C8C54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C54D; }

 p { color: rgb(200,197,77); }

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

background-color css

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

 a { background-color: rgb(200,197,77); }

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

border-color css

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

 span { border-color: rgb(200,197,77); }

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