#CDC348

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

Shades of Wattle #CDC348

Tints of Wattle #CDC348

Color information

#CDC348 (or 0xCDC348) is unknown color: approx Wattle. HEX triplet: CD, C3 and 48. RGB value is (205,195,72). Sum of RGB (Red+Green+Blue) = 205+195+72=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC348 is #323CB7. Grayscale: #B8B8B8. Windows color (decimal): -3292344 or 4768717. OLE color: 4768717.

HSL color Cylindrical-coordinate representation of color #CDC348: hue angle of 55.49º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDC348 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20519572-
CMYK00.050.650.20
HSL55.49º57.08%54.31%-
HSV(B)55.49º64.88%80.39%-
XYZ45.8652.4813.84-
YUV183.9764.81143-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 195 (76.56% from 255) = 41.31%
BLUE value IS 72 (28.52% from 255) = 15.25%
R=43.43%
G=41.31%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051957200.050.650.2055.4957.0854.31
HexCDC348054114373936
Octal3153031100510124677166
Binary110011011100001110010000101100000110100110111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC348; }

 p { color: rgb(205,195,72); }

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

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

 a { background-color: rgb(205,195,72); }

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

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

 span { border-color: rgb(205,195,72); }

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