Html Css Color HEX #CEC141 Wattle

📋 copy color: '#CEC141'

red 206 ◦ green 193 ◦ blue 65

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

Shades of Wattle #CEC141

Tints of Wattle #CEC141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.59%

 BLUE value IS 65 (25.78% from 255) = 14.01%

R = 44.4%
G = 41.59%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEC141 (or 0xCEC141) is known color: Wattle. HEX triplet: CE, C1 and 41. RGB value is (206,193,65). Sum of RGB (Red+Green+Blue) = 206+193+65=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC141 is #313EBE. Grayscale: #B6B6B6. Windows color (decimal): -3227327 or 4309454. OLE color: 4309454.

HSL color Cylindrical-coordinate representation of color #CEC141: hue angle of 54.47º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEC141 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 193 65 -
CMYK 0 0.06 0.68 0.19
HSL 54.47º 0.59% 0.53% -
HSV(B) 54.47º 0.68% 0.81% -
XYZ 45.48 51.64 12.57 -
YUV 182.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 206 193 65 0 0.06 0.68 0.19 54.47 0.59 0.53
Hex CE C1 41 0 6 44 13 36 3B 35
Octal 316 301 101 0 6 104 23 66 73 65
Binary 11001110 11000001 1000001 0 110 1000100 10011 110110 111011 110101

Color Harmonies of #CEC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC141

Black with #CEC141

Text Example


Text Example

White with #CEC141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC141; }

 p { color: rgb(206,193,65); }

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

background-color css

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

 a { background-color: rgb(206,193,65); }

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

border-color css

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

 span { border-color: rgb(206,193,65); }

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