Html Css Color HEX #C8C74B Wattle

📋 copy color: '#C8C74B'

red 200 ◦ green 199 ◦ blue 75

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

Shades of Wattle #C8C74B

Tints of Wattle #C8C74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.82%

R = 42.19%
G = 41.98%
B = 15.82%

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

#C8C74B (or 0xC8C74B) is known color: Wattle. HEX triplet: C8, C7 and 4B. RGB value is (200,199,75). Sum of RGB (Red+Green+Blue) = 200+199+75=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C74B is #3738B4. Grayscale: #B9B9B9. Windows color (decimal): -3618997 or 4966344. OLE color: 4966344.

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

Color convert

RGB 200 199 75 -
CMYK 0 0.00 0.62 0.22
HSL 59.52º 0.53% 0.54% -
HSV(B) 59.52º 0.63% 0.78% -
XYZ 45.51 53.63 14.61 -
YUV 185.16 65.83 138.58 -
System Red Green Blue C M Y K H S L
Decimal 200 199 75 0 0.00 0.62 0.22 59.52 0.53 0.54
Hex C8 C7 4B 0 0 3E 16 3C 35 36
Octal 310 307 113 0 0 76 26 74 65 66
Binary 11001000 11000111 1001011 0 0 111110 10110 111100 110101 110110

Color Harmonies of #C8C74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C74B

Black with #C8C74B

Text Example


Text Example

White with #C8C74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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