Html Css Color HEX #CCCD41 Wattle

📋 copy color: '#CCCD41'

red 204 ◦ green 205 ◦ blue 65

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

Shades of Wattle #CCCD41

Tints of Wattle #CCCD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.71%

R = 43.04%
G = 43.25%
B = 13.71%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CCCD41 (or 0xCCCD41) is known color: Wattle. HEX triplet: CC, CD and 41. RGB value is (204,205,65). Sum of RGB (Red+Green+Blue) = 204+205+65=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 65 (25.78% from 255 or 13.71% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD41 is #3332BE. Grayscale: #BDBDBD. Windows color (decimal): -3355327 or 4312524. OLE color: 4312524.

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

Color convert

RGB 204 205 65 -
CMYK 0.00 0 0.68 0.20
HSL 60.43º 0.58% 0.53% -
HSV(B) 60.43º 0.68% 0.8% -
XYZ 47.69 56.88 13.47 -
YUV 188.74 58.17 138.88 -
System Red Green Blue C M Y K H S L
Decimal 204 205 65 0.00 0 0.68 0.20 60.43 0.58 0.53
Hex CC CD 41 0 0 44 14 3C 3A 35
Octal 314 315 101 0 0 104 24 74 72 65
Binary 11001100 11001101 1000001 0 0 1000100 10100 111100 111010 110101

Color Harmonies of #CCCD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD41

Black with #CCCD41

Text Example


Text Example

White with #CCCD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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