Html Css Color HEX #CCC73A Wattle

📋 copy color: '#CCC73A'

red 204 ◦ green 199 ◦ blue 58

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

Shades of Wattle #CCC73A

Tints of Wattle #CCC73A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.58%

R = 44.25%
G = 43.17%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCC73A (or 0xCCC73A) is known color: Wattle. HEX triplet: CC, C7 and 3A. RGB value is (204,199,58). Sum of RGB (Red+Green+Blue) = 204+199+58=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC73A is #3338C5. Grayscale: #B8B8B8. Windows color (decimal): -3356870 or 3852236. OLE color: 3852236.

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

Color convert

RGB 204 199 58 -
CMYK 0 0.02 0.72 0.2
HSL 57.95º 0.59% 0.51% -
HSV(B) 57.95º 0.72% 0.8% -
XYZ 46.09 53.99 11.99 -
YUV 184.42 56.66 141.96 -
System Red Green Blue C M Y K H S L
Decimal 204 199 58 0 0.02 0.72 0.2 57.95 0.59 0.51
Hex CC C7 3A 0 2 48 14 3A 3B 33
Octal 314 307 72 0 2 110 24 72 73 63
Binary 11001100 11000111 111010 0 10 1001000 10100 111010 111011 110011

Color Harmonies of #CCC73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC73A

Black with #CCC73A

Text Example


Text Example

White with #CCC73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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