Html Css Color HEX #CEC53B Wattle

📋 copy color: '#CEC53B'

red 206 ◦ green 197 ◦ blue 59

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

Shades of Wattle #CEC53B

Tints of Wattle #CEC53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.77%

R = 44.59%
G = 42.64%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CEC53B (or 0xCEC53B) is known color: Wattle. HEX triplet: CE, C5 and 3B. RGB value is (206,197,59). Sum of RGB (Red+Green+Blue) = 206+197+59=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC53B is #313AC4. Grayscale: #B8B8B8. Windows color (decimal): -3226309 or 3917262. OLE color: 3917262.

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

Color convert

RGB 206 197 59 -
CMYK 0 0.04 0.71 0.19
HSL 56.33º 0.6% 0.52% -
HSV(B) 56.33º 0.71% 0.81% -
XYZ 46.21 53.37 12 -
YUV 183.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 206 197 59 0 0.04 0.71 0.19 56.33 0.6 0.52
Hex CE C5 3B 0 4 47 13 38 3C 34
Octal 316 305 73 0 4 107 23 70 74 64
Binary 11001110 11000101 111011 0 100 1000111 10011 111000 111100 110100

Color Harmonies of #CEC53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC53B

Black with #CEC53B

Text Example


Text Example

White with #CEC53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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