Html Css Color HEX #CCC73B Wattle

📋 copy color: '#CCC73B'

red 204 ◦ green 199 ◦ blue 59

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

Shades of Wattle #CCC73B

Tints of Wattle #CCC73B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.77%

R = 44.16%
G = 43.07%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CCC73B (or 0xCCC73B) is known color: Wattle. HEX triplet: CC, C7 and 3B. RGB value is (204,199,59). Sum of RGB (Red+Green+Blue) = 204+199+59=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC73B is #3338C4. Grayscale: #B9B9B9. Windows color (decimal): -3356869 or 3917772. OLE color: 3917772.

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

Color convert

RGB 204 199 59 -
CMYK 0 0.02 0.71 0.2
HSL 57.93º 0.59% 0.52% -
HSV(B) 57.93º 0.71% 0.8% -
XYZ 46.11 54 12.13 -
YUV 184.54 57.16 141.88 -
System Red Green Blue C M Y K H S L
Decimal 204 199 59 0 0.02 0.71 0.2 57.93 0.59 0.52
Hex CC C7 3B 0 2 47 14 3A 3B 34
Octal 314 307 73 0 2 107 24 72 73 64
Binary 11001100 11000111 111011 0 10 1000111 10100 111010 111011 110100

Color Harmonies of #CCC73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC73B

Black with #CCC73B

Text Example


Text Example

White with #CCC73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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