Html Css Color HEX #CEC44A Wattle

📋 copy color: '#CEC44A'

red 206 ◦ green 196 ◦ blue 74

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

Shades of Wattle #CEC44A

Tints of Wattle #CEC44A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.18%

 BLUE value IS 74 (29.3% from 255) = 15.55%

R = 43.28%
G = 41.18%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CEC44A (or 0xCEC44A) is known color: Wattle. HEX triplet: CE, C4 and 4A. RGB value is (206,196,74). Sum of RGB (Red+Green+Blue) = 206+196+74=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC44A is #313BB5. Grayscale: #B9B9B9. Windows color (decimal): -3226550 or 4900046. OLE color: 4900046.

HSL color Cylindrical-coordinate representation of color #CEC44A: hue angle of 55.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEC44A is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 196 74 -
CMYK 0 0.05 0.64 0.19
HSL 55.45º 0.57% 0.55% -
HSV(B) 55.45º 0.64% 0.81% -
XYZ 46.43 53.1 14.28 -
YUV 185.08 65.31 142.92 -
System Red Green Blue C M Y K H S L
Decimal 206 196 74 0 0.05 0.64 0.19 55.45 0.57 0.55
Hex CE C4 4A 0 5 40 13 37 39 37
Octal 316 304 112 0 5 100 23 67 71 67
Binary 11001110 11000100 1001010 0 101 1000000 10011 110111 111001 110111

Color Harmonies of #CEC44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC44A

Black with #CEC44A

Text Example


Text Example

White with #CEC44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC44A; }

 p { color: rgb(206,196,74); }

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

background-color css

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

 a { background-color: rgb(206,196,74); }

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

border-color css

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

 span { border-color: rgb(206,196,74); }

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