Html Css Color HEX #C8C74D Wattle

📋 copy color: '#C8C74D'

red 200 ◦ green 199 ◦ blue 77

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

Shades of Wattle #C8C74D

Tints of Wattle #C8C74D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.81%

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

R = 42.02%
G = 41.81%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8C74D (or 0xC8C74D) is known color: Wattle. HEX triplet: C8, C7 and 4D. RGB value is (200,199,77). Sum of RGB (Red+Green+Blue) = 200+199+77=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C74D is #3738B2. Grayscale: #B9B9B9. Windows color (decimal): -3618995 or 5097416. OLE color: 5097416.

HSL color Cylindrical-coordinate representation of color #C8C74D: hue angle of 59.51º 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 #C8C74D is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 199 77 -
CMYK 0 0.00 0.62 0.22
HSL 59.51º 0.53% 0.54% -
HSV(B) 59.51º 0.62% 0.78% -
XYZ 45.58 53.66 14.98 -
YUV 185.39 66.83 138.42 -
System Red Green Blue C M Y K H S L
Decimal 200 199 77 0 0.00 0.62 0.22 59.51 0.53 0.54
Hex C8 C7 4D 0 0 3E 16 3C 35 36
Octal 310 307 115 0 0 76 26 74 65 66
Binary 11001000 11000111 1001101 0 0 111110 10110 111100 110101 110110

Color Harmonies of #C8C74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C74D

Black with #C8C74D

Text Example


Text Example

White with #C8C74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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