Html Css Color HEX #CECC41 Wattle

📋 copy color: '#CECC41'

red 206 ◦ green 204 ◦ blue 65

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

Shades of Wattle #CECC41

Tints of Wattle #CECC41

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #CECC41: hue angle of 59.15º 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 #CECC41 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 204 65 -
CMYK 0 0.01 0.68 0.19
HSL 59.15º 0.59% 0.53% -
HSV(B) 59.15º 0.68% 0.81% -
XYZ 48 56.69 13.41 -
YUV 188.75 58.16 140.3 -
System Red Green Blue C M Y K H S L
Decimal 206 204 65 0 0.01 0.68 0.19 59.15 0.59 0.53
Hex CE CC 41 0 1 44 13 3B 3B 35
Octal 316 314 101 0 1 104 23 73 73 65
Binary 11001110 11001100 1000001 0 1 1000100 10011 111011 111011 110101

Color Harmonies of #CECC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC41

Black with #CECC41

Text Example


Text Example

White with #CECC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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