Html Css Color HEX #CCCB4A Wattle

📋 copy color: '#CCCB4A'

red 204 ◦ green 203 ◦ blue 74

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

Shades of Wattle #CCCB4A

Tints of Wattle #CCCB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.38%

R = 42.41%
G = 42.2%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCCB4A (or 0xCCCB4A) is known color: Wattle. HEX triplet: CC, CB and 4A. RGB value is (204,203,74). Sum of RGB (Red+Green+Blue) = 204+203+74=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB4A is #3334B5. Grayscale: #BDBDBD. Windows color (decimal): -3355830 or 4901836. OLE color: 4901836.

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

Color convert

RGB 204 203 74 -
CMYK 0 0.00 0.64 0.2
HSL 59.54º 0.56% 0.55% -
HSV(B) 59.54º 0.64% 0.8% -
XYZ 47.49 56.04 14.79 -
YUV 188.59 63.33 138.99 -
System Red Green Blue C M Y K H S L
Decimal 204 203 74 0 0.00 0.64 0.2 59.54 0.56 0.55
Hex CC CB 4A 0 0 40 14 3C 38 37
Octal 314 313 112 0 0 100 24 74 70 67
Binary 11001100 11001011 1001010 0 0 1000000 10100 111100 111000 110111

Color Harmonies of #CCCB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB4A

Black with #CCCB4A

Text Example


Text Example

White with #CCCB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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