Html Css Color HEX #CEC34A Wattle

📋 copy color: '#CEC34A'

red 206 ◦ green 195 ◦ blue 74

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

Shades of Wattle #CEC34A

Tints of Wattle #CEC34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.58%

R = 43.37%
G = 41.05%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CEC34A (or 0xCEC34A) is known color: Wattle. HEX triplet: CE, C3 and 4A. RGB value is (206,195,74). Sum of RGB (Red+Green+Blue) = 206+195+74=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC34A is #313CB5. Grayscale: #B8B8B8. Windows color (decimal): -3226806 or 4899790. OLE color: 4899790.

HSL color Cylindrical-coordinate representation of color #CEC34A: hue angle of 55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEC34A is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 195 74 -
CMYK 0 0.05 0.64 0.19
HSL 55º 0.57% 0.55% -
HSV(B) 55º 0.64% 0.81% -
XYZ 46.2 52.65 14.21 -
YUV 184.5 65.64 143.34 -
System Red Green Blue C M Y K H S L
Decimal 206 195 74 0 0.05 0.64 0.19 55 0.57 0.55
Hex CE C3 4A 0 5 40 13 37 39 37
Octal 316 303 112 0 5 100 23 67 71 67
Binary 11001110 11000011 1001010 0 101 1000000 10011 110111 111001 110111

Color Harmonies of #CEC34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC34A

Black with #CEC34A

Text Example


Text Example

White with #CEC34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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