Html Css Color HEX #CCCB32 Wattle

📋 copy color: '#CCCB32'

red 204 ◦ green 203 ◦ blue 50

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

Shades of Wattle #CCCB32

Tints of Wattle #CCCB32

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.42%

 BLUE value IS 50 (19.92% from 255) = 10.94%

R = 44.64%
G = 44.42%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCCB32 (or 0xCCCB32) is known color: Wattle. HEX triplet: CC, CB and 32. RGB value is (204,203,50). Sum of RGB (Red+Green+Blue) = 204+203+50=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB32 is #3334CD. Grayscale: #BABABA. Windows color (decimal): -3355854 or 3328972. OLE color: 3328972.

HSL color Cylindrical-coordinate representation of color #CCCB32: hue angle of 59.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCCB32 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 50 -
CMYK 0 0.00 0.75 0.2
HSL 59.61º 0.61% 0.5% -
HSV(B) 59.61º 0.75% 0.8% -
XYZ 46.83 55.78 11.32 -
YUV 185.86 51.33 140.94 -
System Red Green Blue C M Y K H S L
Decimal 204 203 50 0 0.00 0.75 0.2 59.61 0.61 0.5
Hex CC CB 32 0 0 4B 14 3C 3D 32
Octal 314 313 62 0 0 113 24 74 75 62
Binary 11001100 11001011 110010 0 0 1001011 10100 111100 111101 110010

Color Harmonies of #CCCB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB32

Black with #CCCB32

Text Example


Text Example

White with #CCCB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB32; }

 p { color: rgb(204,203,50); }

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

background-color css

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

 a { background-color: rgb(204,203,50); }

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

border-color css

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

 span { border-color: rgb(204,203,50); }

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