Html Css Color HEX #CCCE41 Wattle

📋 copy color: '#CCCE41'

red 204 ◦ green 206 ◦ blue 65

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

Shades of Wattle #CCCE41

Tints of Wattle #CCCE41

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.37%

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

R = 42.95%
G = 43.37%
B = 13.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CCCE41 (or 0xCCCE41) is known color: Wattle. HEX triplet: CC, CE and 41. RGB value is (204,206,65). Sum of RGB (Red+Green+Blue) = 204+206+65=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 65 (25.78% from 255 or 13.68% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE41 is #3331BE. Grayscale: #BDBDBD. Windows color (decimal): -3355071 or 4312780. OLE color: 4312780.

HSL color Cylindrical-coordinate representation of color #CCCE41: hue angle of 60.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCCE41 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 65 -
CMYK 0.01 0 0.68 0.19
HSL 60.85º 0.59% 0.53% -
HSV(B) 60.85º 0.68% 0.81% -
XYZ 47.93 57.36 13.55 -
YUV 189.33 57.84 138.46 -
System Red Green Blue C M Y K H S L
Decimal 204 206 65 0.01 0 0.68 0.19 60.85 0.59 0.53
Hex CC CE 41 1 0 44 13 3D 3B 35
Octal 314 316 101 1 0 104 23 75 73 65
Binary 11001100 11001110 1000001 1 0 1000100 10011 111101 111011 110101

Color Harmonies of #CCCE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE41

Black with #CCCE41

Text Example


Text Example

White with #CCCE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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