Html Css Color HEX #CEC33A Wattle

📋 copy color: '#CEC33A'

red 206 ◦ green 195 ◦ blue 58

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

Shades of Wattle #CEC33A

Tints of Wattle #CEC33A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.48%

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

R = 44.88%
G = 42.48%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CEC33A (or 0xCEC33A) is known color: Wattle. HEX triplet: CE, C3 and 3A. RGB value is (206,195,58). Sum of RGB (Red+Green+Blue) = 206+195+58=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC33A is #313CC5. Grayscale: #B7B7B7. Windows color (decimal): -3226822 or 3851214. OLE color: 3851214.

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

Color convert

RGB 206 195 58 -
CMYK 0 0.05 0.72 0.19
HSL 55.54º 0.6% 0.52% -
HSV(B) 55.54º 0.72% 0.81% -
XYZ 45.73 52.46 11.72 -
YUV 182.67 57.64 144.64 -
System Red Green Blue C M Y K H S L
Decimal 206 195 58 0 0.05 0.72 0.19 55.54 0.6 0.52
Hex CE C3 3A 0 5 48 13 38 3C 34
Octal 316 303 72 0 5 110 23 70 74 64
Binary 11001110 11000011 111010 0 101 1001000 10011 111000 111100 110100

Color Harmonies of #CEC33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC33A

Black with #CEC33A

Text Example


Text Example

White with #CEC33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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