Html Css Color HEX #CECC4B Wattle

📋 copy color: '#CECC4B'

red 206 ◦ green 204 ◦ blue 75

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

Shades of Wattle #CECC4B

Tints of Wattle #CECC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.06%

 BLUE value IS 75 (29.69% from 255) = 15.46%

R = 42.47%
G = 42.06%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CECC4B (or 0xCECC4B) is known color: Wattle. HEX triplet: CE, CC and 4B. RGB value is (206,204,75). Sum of RGB (Red+Green+Blue) = 206+204+75=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC4B is #3133B4. Grayscale: #BEBEBE. Windows color (decimal): -3224501 or 4967630. OLE color: 4967630.

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

Color convert

RGB 206 204 75 -
CMYK 0 0.01 0.64 0.19
HSL 59.08º 0.57% 0.55% -
HSV(B) 59.08º 0.64% 0.81% -
XYZ 48.32 56.82 15.08 -
YUV 189.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 206 204 75 0 0.01 0.64 0.19 59.08 0.57 0.55
Hex CE CC 4B 0 1 40 13 3B 39 37
Octal 316 314 113 0 1 100 23 73 71 67
Binary 11001110 11001100 1001011 0 1 1000000 10011 111011 111001 110111

Color Harmonies of #CECC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC4B

Black with #CECC4B

Text Example


Text Example

White with #CECC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC4B; }

 p { color: rgb(206,204,75); }

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

background-color css

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

 a { background-color: rgb(206,204,75); }

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

border-color css

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

 span { border-color: rgb(206,204,75); }

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