Html Css Color HEX #CEC44B Wattle

📋 copy color: '#CEC44B'

red 206 ◦ green 196 ◦ blue 75

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

Shades of Wattle #CEC44B

Tints of Wattle #CEC44B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.72%

R = 43.19%
G = 41.09%
B = 15.72%

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

#CEC44B (or 0xCEC44B) is known color: Wattle. HEX triplet: CE, C4 and 4B. RGB value is (206,196,75). Sum of RGB (Red+Green+Blue) = 206+196+75=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC44B is #313BB4. Grayscale: #B9B9B9. Windows color (decimal): -3226549 or 4965582. OLE color: 4965582.

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

Color convert

RGB 206 196 75 -
CMYK 0 0.05 0.64 0.19
HSL 55.42º 0.57% 0.55% -
HSV(B) 55.42º 0.64% 0.81% -
XYZ 46.46 53.11 14.46 -
YUV 185.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 206 196 75 0 0.05 0.64 0.19 55.42 0.57 0.55
Hex CE C4 4B 0 5 40 13 37 39 37
Octal 316 304 113 0 5 100 23 67 71 67
Binary 11001110 11000100 1001011 0 101 1000000 10011 110111 111001 110111

Color Harmonies of #CEC44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC44B

Black with #CEC44B

Text Example


Text Example

White with #CEC44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC44B; }

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

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

background-color css

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

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

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

border-color css

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

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

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