Html Css Color HEX #CEC53A Wattle

📋 copy color: '#CEC53A'

red 206 ◦ green 197 ◦ blue 58

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

Shades of Wattle #CEC53A

Tints of Wattle #CEC53A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.73%

 BLUE value IS 58 (23.05% from 255) = 12.58%

R = 44.69%
G = 42.73%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CEC53A (or 0xCEC53A) is known color: Wattle. HEX triplet: CE, C5 and 3A. RGB value is (206,197,58). Sum of RGB (Red+Green+Blue) = 206+197+58=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC53A is #313AC5. Grayscale: #B8B8B8. Windows color (decimal): -3226310 or 3851726. OLE color: 3851726.

HSL color Cylindrical-coordinate representation of color #CEC53A: hue angle of 56.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEC53A is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 197 58 -
CMYK 0 0.04 0.72 0.19
HSL 56.35º 0.6% 0.52% -
HSV(B) 56.35º 0.72% 0.81% -
XYZ 46.18 53.36 11.87 -
YUV 183.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 206 197 58 0 0.04 0.72 0.19 56.35 0.6 0.52
Hex CE C5 3A 0 4 48 13 38 3C 34
Octal 316 305 72 0 4 110 23 70 74 64
Binary 11001110 11000101 111010 0 100 1001000 10011 111000 111100 110100

Color Harmonies of #CEC53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC53A

Black with #CEC53A

Text Example


Text Example

White with #CEC53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC53A; }

 p { color: rgb(206,197,58); }

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

background-color css

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

 a { background-color: rgb(206,197,58); }

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

border-color css

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

 span { border-color: rgb(206,197,58); }

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