Html Css Color HEX #CCCD4A Wattle

📋 copy color: '#CCCD4A'

red 204 ◦ green 205 ◦ blue 74

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

Shades of Wattle #CCCD4A

Tints of Wattle #CCCD4A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.44%

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

R = 42.24%
G = 42.44%
B = 15.32%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CCCD4A (or 0xCCCD4A) is known color: Wattle. HEX triplet: CC, CD and 4A. RGB value is (204,205,74). Sum of RGB (Red+Green+Blue) = 204+205+74=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD4A is #3332B5. Grayscale: #BEBEBE. Windows color (decimal): -3355318 or 4902348. OLE color: 4902348.

HSL color Cylindrical-coordinate representation of color #CCCD4A: hue angle of 60.46º degrees, saturation: 0.57, 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 #CCCD4A is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 74 -
CMYK 0.00 0 0.64 0.20
HSL 60.46º 0.57% 0.55% -
HSV(B) 60.46º 0.64% 0.8% -
XYZ 47.97 56.99 14.95 -
YUV 189.77 62.67 138.15 -
System Red Green Blue C M Y K H S L
Decimal 204 205 74 0.00 0 0.64 0.20 60.46 0.57 0.55
Hex CC CD 4A 0 0 40 14 3C 39 37
Octal 314 315 112 0 0 100 24 74 71 67
Binary 11001100 11001101 1001010 0 0 1000000 10100 111100 111001 110111

Color Harmonies of #CCCD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD4A

Black with #CCCD4A

Text Example


Text Example

White with #CCCD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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