Html Css Color HEX #CCC13B Wattle

📋 copy color: '#CCC13B'

red 204 ◦ green 193 ◦ blue 59

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

Shades of Wattle #CCC13B

Tints of Wattle #CCC13B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.32%

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

R = 44.74%
G = 42.32%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CCC13B (or 0xCCC13B) is known color: Wattle. HEX triplet: CC, C1 and 3B. RGB value is (204,193,59). Sum of RGB (Red+Green+Blue) = 204+193+59=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC13B is #333EC4. Grayscale: #B5B5B5. Windows color (decimal): -3358405 or 3916236. OLE color: 3916236.

HSL color Cylindrical-coordinate representation of color #CCC13B: hue angle of 55.45º 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 #CCC13B is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 59 -
CMYK 0 0.05 0.71 0.2
HSL 55.45º 0.59% 0.52% -
HSV(B) 55.45º 0.71% 0.8% -
XYZ 44.76 51.29 11.68 -
YUV 181.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 204 193 59 0 0.05 0.71 0.2 55.45 0.59 0.52
Hex CC C1 3B 0 5 47 14 37 3B 34
Octal 314 301 73 0 5 107 24 67 73 64
Binary 11001100 11000001 111011 0 101 1000111 10100 110111 111011 110100

Color Harmonies of #CCC13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC13B

Black with #CCC13B

Text Example


Text Example

White with #CCC13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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