#cdce4b

Color #CDCE4B Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #CDCE4B

Tints of Wattle #CDCE4B

Color information

#CDCE4B (or 0xCDCE4B) is unknown color: approx Wattle. HEX triplet: CD, CE and 4B. RGB value is (205,206,75). Sum of RGB (Red+Green+Blue) = 205+206+75=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCE4B is #3231B4. Grayscale: #BFBFBF. Windows color (decimal): -3289525 or 4968141. OLE color: 4968141.

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

Color convert

RGB20520675-
CMYK0.0000.640.19
HSL60.46º57.21%55.1%-
HSV(B)60.46º63.59%80.78%-
XYZ48.5257.6315.22-
YUV190.7762.67138.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 206 (80.86% from 255) = 42.39%
BLUE value IS 75 (29.69% from 255) = 15.43%
R=42.18%
G=42.39%
B=15.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal205206750.0000.640.1960.4657.2155.1
HexCDCE4B0040133c3937
Octal3153161130010023747167
Binary1100110111001110100101100100000010011111100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdce4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdce4b; }

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

 H1.HeaderClassName
 {
   color: #cdce4b;
 }
 .AnyTagClassName
 {
   color: #cdce4b;
 }
</style>
background-color css

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

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

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

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

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

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