Html Css Color HEX #CCC73F Wattle

📋 copy color: '#CCC73F'

red 204 ◦ green 199 ◦ blue 63

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

Shades of Wattle #CCC73F

Tints of Wattle #CCC73F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.52%

R = 43.78%
G = 42.7%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCC73F (or 0xCCC73F) is known color: Wattle. HEX triplet: CC, C7 and 3F. RGB value is (204,199,63). Sum of RGB (Red+Green+Blue) = 204+199+63=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC73F is #3338C0. Grayscale: #B9B9B9. Windows color (decimal): -3356865 or 4179916. OLE color: 4179916.

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

Color convert

RGB 204 199 63 -
CMYK 0 0.02 0.69 0.2
HSL 57.87º 0.58% 0.52% -
HSV(B) 57.87º 0.69% 0.8% -
XYZ 46.22 54.04 12.7 -
YUV 184.99 59.16 141.56 -
System Red Green Blue C M Y K H S L
Decimal 204 199 63 0 0.02 0.69 0.2 57.87 0.58 0.52
Hex CC C7 3F 0 2 45 14 3A 3A 34
Octal 314 307 77 0 2 105 24 72 72 64
Binary 11001100 11000111 111111 0 10 1000101 10100 111010 111010 110100

Color Harmonies of #CCC73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC73F

Black with #CCC73F

Text Example


Text Example

White with #CCC73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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