Html Css Color HEX #CCCD40 Wattle

📋 copy color: '#CCCD40'

red 204 ◦ green 205 ◦ blue 64

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

Shades of Wattle #CCCD40

Tints of Wattle #CCCD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.53%

R = 43.13%
G = 43.34%
B = 13.53%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CCCD40 (or 0xCCCD40) is known color: Wattle. HEX triplet: CC, CD and 40. RGB value is (204,205,64). Sum of RGB (Red+Green+Blue) = 204+205+64=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD40 is #3332BF. Grayscale: #BDBDBD. Windows color (decimal): -3355328 or 4246988. OLE color: 4246988.

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

Color convert

RGB 204 205 64 -
CMYK 0.00 0 0.69 0.20
HSL 60.43º 0.59% 0.53% -
HSV(B) 60.43º 0.69% 0.8% -
XYZ 47.66 56.87 13.32 -
YUV 188.63 57.67 138.96 -
System Red Green Blue C M Y K H S L
Decimal 204 205 64 0.00 0 0.69 0.20 60.43 0.59 0.53
Hex CC CD 40 0 0 45 14 3C 3B 35
Octal 314 315 100 0 0 105 24 74 73 65
Binary 11001100 11001101 1000000 0 0 1000101 10100 111100 111011 110101

Color Harmonies of #CCCD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD40

Black with #CCCD40

Text Example


Text Example

White with #CCCD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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