Html Css Color HEX #CCCD46 Wattle

📋 copy color: '#CCCD46'

red 204 ◦ green 205 ◦ blue 70

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

Shades of Wattle #CCCD46

Tints of Wattle #CCCD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.61%

R = 42.59%
G = 42.8%
B = 14.61%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CCCD46 (or 0xCCCD46) is known color: Wattle. HEX triplet: CC, CD and 46. RGB value is (204,205,70). Sum of RGB (Red+Green+Blue) = 204+205+70=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD46 is #3332B9. Grayscale: #BDBDBD. Windows color (decimal): -3355322 or 4640204. OLE color: 4640204.

HSL color Cylindrical-coordinate representation of color #CCCD46: hue angle of 60.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCCD46 is Cyan = 0.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 70 -
CMYK 0.00 0 0.66 0.20
HSL 60.44º 0.57% 0.54% -
HSV(B) 60.44º 0.66% 0.8% -
XYZ 47.84 56.94 14.26 -
YUV 189.31 60.67 138.48 -
System Red Green Blue C M Y K H S L
Decimal 204 205 70 0.00 0 0.66 0.20 60.44 0.57 0.54
Hex CC CD 46 0 0 42 14 3C 39 36
Octal 314 315 106 0 0 102 24 74 71 66
Binary 11001100 11001101 1000110 0 0 1000010 10100 111100 111001 110110

Color Harmonies of #CCCD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD46

Black with #CCCD46

Text Example


Text Example

White with #CCCD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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