Html Css Color HEX #CCC74E Wattle

📋 copy color: '#CCC74E'

red 204 ◦ green 199 ◦ blue 78

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

Shades of Wattle #CCC74E

Tints of Wattle #CCC74E

RGB

 RED value IS 204 (80.08% from 255) = 42.41%

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

 BLUE value IS 78 (30.86% from 255) = 16.22%

R = 42.41%
G = 41.37%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCC74E (or 0xCCC74E) is known color: Wattle. HEX triplet: CC, C7 and 4E. RGB value is (204,199,78). Sum of RGB (Red+Green+Blue) = 204+199+78=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 78 (30.86% from 255 or 16.22% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC74E is #3338B1. Grayscale: #BBBBBB. Windows color (decimal): -3356850 or 5162956. OLE color: 5162956.

HSL color Cylindrical-coordinate representation of color #CCC74E: hue angle of 57.62º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCC74E is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 78 -
CMYK 0 0.02 0.62 0.2
HSL 57.62º 0.55% 0.55% -
HSV(B) 57.62º 0.62% 0.8% -
XYZ 46.7 54.23 15.21 -
YUV 186.7 66.66 140.34 -
System Red Green Blue C M Y K H S L
Decimal 204 199 78 0 0.02 0.62 0.2 57.62 0.55 0.55
Hex CC C7 4E 0 2 3E 14 3A 37 37
Octal 314 307 116 0 2 76 24 72 67 67
Binary 11001100 11000111 1001110 0 10 111110 10100 111010 110111 110111

Color Harmonies of #CCC74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC74E

Black with #CCC74E

Text Example


Text Example

White with #CCC74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC74E; }

 p { color: rgb(204,199,78); }

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

background-color css

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

 a { background-color: rgb(204,199,78); }

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

border-color css

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

 span { border-color: rgb(204,199,78); }

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