Html Css Color HEX #C9C74F Wattle

📋 copy color: '#C9C74F'

red 201 ◦ green 199 ◦ blue 79

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

Shades of Wattle #C9C74F

Tints of Wattle #C9C74F

RGB

 RED value IS 201 (78.91% from 255) = 41.96%

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

 BLUE value IS 79 (31.25% from 255) = 16.49%

R = 41.96%
G = 41.54%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9C74F (or 0xC9C74F) is known color: Wattle. HEX triplet: C9, C7 and 4F. RGB value is (201,199,79). Sum of RGB (Red+Green+Blue) = 201+199+79=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C74F is #3638B0. Grayscale: #BABABA. Windows color (decimal): -3553457 or 5228489. OLE color: 5228489.

HSL color Cylindrical-coordinate representation of color #C9C74F: hue angle of 59.02º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9C74F is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 199 79 -
CMYK 0 0.01 0.61 0.21
HSL 59.02º 0.53% 0.55% -
HSV(B) 59.02º 0.61% 0.79% -
XYZ 45.92 53.83 15.37 -
YUV 185.92 67.66 138.76 -
System Red Green Blue C M Y K H S L
Decimal 201 199 79 0 0.01 0.61 0.21 59.02 0.53 0.55
Hex C9 C7 4F 0 1 3D 15 3B 35 37
Octal 311 307 117 0 1 75 25 73 65 67
Binary 11001001 11000111 1001111 0 1 111101 10101 111011 110101 110111

Color Harmonies of #C9C74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C74F

Black with #C9C74F

Text Example


Text Example

White with #C9C74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C74F; }

 p { color: rgb(201,199,79); }

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

background-color css

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

 a { background-color: rgb(201,199,79); }

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

border-color css

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

 span { border-color: rgb(201,199,79); }

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