Html Css Color HEX #CECA47 Wattle

📋 copy color: '#CECA47'

red 206 ◦ green 202 ◦ blue 71

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

Shades of Wattle #CECA47

Tints of Wattle #CECA47

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.17%

 BLUE value IS 71 (28.13% from 255) = 14.82%

R = 43.01%
G = 42.17%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CECA47 (or 0xCECA47) is known color: Wattle. HEX triplet: CE, CA and 47. RGB value is (206,202,71). Sum of RGB (Red+Green+Blue) = 206+202+71=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA47 is #3135B8. Grayscale: #BCBCBC. Windows color (decimal): -3225017 or 4704974. OLE color: 4704974.

HSL color Cylindrical-coordinate representation of color #CECA47: hue angle of 58.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CECA47 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 202 71 -
CMYK 0 0.02 0.66 0.19
HSL 58.22º 0.58% 0.54% -
HSV(B) 58.22º 0.66% 0.81% -
XYZ 47.71 55.82 14.22 -
YUV 188.26 61.83 140.65 -
System Red Green Blue C M Y K H S L
Decimal 206 202 71 0 0.02 0.66 0.19 58.22 0.58 0.54
Hex CE CA 47 0 2 42 13 3A 3A 36
Octal 316 312 107 0 2 102 23 72 72 66
Binary 11001110 11001010 1000111 0 10 1000010 10011 111010 111010 110110

Color Harmonies of #CECA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA47

Black with #CECA47

Text Example


Text Example

White with #CECA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA47; }

 p { color: rgb(206,202,71); }

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

background-color css

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

 a { background-color: rgb(206,202,71); }

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

border-color css

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

 span { border-color: rgb(206,202,71); }

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